File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ jobs:
17
17
with :
18
18
ref : release-candidate
19
19
fetch-depth : 0
20
- - uses : actions/setup-node@v4
20
+ - uses : pnpm/action-setup@v4
21
+ - uses : actions/setup-node@v5
21
22
with :
22
23
node-version : 22
23
24
registry-url : ' https://registry.npmjs.org'
24
- - uses : pnpm/action-setup@v4
25
25
- name : git config
26
26
run : |
27
27
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ jobs:
26
26
- uses : actions/checkout@v5
27
27
with :
28
28
fetch-depth : 0
29
- - uses : actions/setup-node@v4
29
+ - uses : pnpm/action-setup@v4
30
+ - uses : actions/setup-node@v5
30
31
with :
31
32
node-version : 22
32
- - uses : pnpm/action-setup@v4
33
33
- name : git config
34
34
run : |
35
35
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
Original file line number Diff line number Diff line change @@ -15,14 +15,14 @@ jobs:
15
15
with :
16
16
fetch-depth : 0
17
17
18
+ - name : Setup pnpm
19
+ uses : pnpm/action-setup@v4
20
+
18
21
- name : Setup Node.js
19
- uses : actions/setup-node@v4
22
+ uses : actions/setup-node@v5
20
23
with :
21
24
node-version : 22
22
25
23
- - name : Setup pnpm
24
- uses : pnpm/action-setup@v4
25
-
26
26
- name : Install dependencies
27
27
run : pnpm install
28
28
You can’t perform that action at this time.
0 commit comments