File tree 8 files changed +3498
-66
lines changed
8 files changed +3498
-66
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,15 @@ jobs:
21
21
uses : actions/setup-node@v1
22
22
with :
23
23
node-version : ${{ matrix.node-version }}
24
- - run : npm install
25
- - run : npm run build --if-present
26
- - run : npm run lint
27
- - run : npm test
24
+ - uses : pnpm/action-setup@v4
25
+ with :
26
+ version : 9
27
+ - run : pnpm install
28
+ - run : pnpm install
29
+ working-directory : examples
30
+ - run : pnpm run build
31
+ - run : pnpm run lint
32
+ - run : pnpm run test
28
33
deploy :
29
34
needs : build
30
35
runs-on : ubuntu-latest
33
38
- uses : actions/setup-node@v1
34
39
with :
35
40
node-version : 18.x
36
- - run : npm install
37
- - run : npm run build --if-present
41
+ - uses : pnpm/action-setup@v4
42
+ with :
43
+ version : 9
44
+ - run : pnpm install
45
+ - run : pnpm run build
38
46
# https://github.com/marketplace/actions/npm-publish
39
47
- uses : JS-DevTools/npm-publish@v2
40
48
with :
Original file line number Diff line number Diff line change 21
21
uses : actions/setup-node@v1
22
22
with :
23
23
node-version : ${{ matrix.node-version }}
24
- - run : npm install
25
- - run : npm run build --if-present
26
- - run : npm run lint
27
- - run : npm test
24
+ - uses : pnpm/action-setup@v4
25
+ with :
26
+ version : 9
27
+ - run : pnpm install
28
+ - run : pnpm install
29
+ working-directory : examples
30
+ - run : pnpm run build
31
+ - run : pnpm run lint
32
+ - run : pnpm run test
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ npm-debug.log
5
5
.DS_Store
6
6
dist
7
7
* .tgz
8
- package-lock.json
8
+ package-lock.json
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments