File tree 3 files changed +9
-12
lines changed
3 files changed +9
-12
lines changed Original file line number Diff line number Diff line change @@ -18,16 +18,15 @@ jobs:
18
18
fetch-depth : 0
19
19
token : ${{ secrets.SEEK_OSS_CI_GITHUB_TOKEN }}
20
20
21
- - uses : pnpm/action-setup@v2
22
-
23
21
- name : Setup Node.js
24
22
uses : actions/setup-node@main
25
23
with :
26
24
node-version-file : ' .nvmrc'
27
25
cache : ' pnpm'
28
26
29
- - name : Install Dependencies
30
- run : pnpm install
27
+ - uses : pnpm/action-setup@v2
28
+ with :
29
+ run_install : true
31
30
32
31
- name : Create release PR or publish to npm
33
32
uses : changesets/action@c2918239208f2162b9d27a87f491375c51592434
Original file line number Diff line number Diff line change @@ -15,16 +15,15 @@ jobs:
15
15
fetch-depth : 0
16
16
token : ${{ secrets.SEEK_OSS_CI_GITHUB_TOKEN }}
17
17
18
- - uses : pnpm/action-setup@v2
19
-
20
18
- name : Setup Node.js
21
19
uses : actions/setup-node@main
22
20
with :
23
21
node-version-file : ' .nvmrc'
24
22
cache : ' pnpm'
25
23
26
- - name : Install Dependencies
27
- run : pnpm install
24
+ - uses : pnpm/action-setup@v2
25
+ with :
26
+ run_install : true
28
27
29
28
- name : Build
30
29
run : pnpm build
Original file line number Diff line number Diff line change @@ -15,16 +15,15 @@ jobs:
15
15
fetch-depth : 0
16
16
token : ${{ secrets.SEEK_OSS_CI_GITHUB_TOKEN }}
17
17
18
- - uses : pnpm/action-setup@v2
19
-
20
18
- name : Setup Node.js
21
19
uses : actions/setup-node@main
22
20
with :
23
21
node-version-file : ' .nvmrc'
24
22
cache : ' pnpm'
25
23
26
- - name : Install Dependencies
27
- run : pnpm install
24
+ - uses : pnpm/action-setup@v2
25
+ with :
26
+ run_install : true
28
27
29
28
- name : Build
30
29
run : |
You can’t perform that action at this time.
0 commit comments