File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 22
22
with :
23
23
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
24
24
fetch-depth : 0
25
- - uses : pnpm/action-setup@v4
25
+ - uses : pnpm/action-setup@3
26
26
- name : Setup Node.js
27
- uses : actions/setup-node@v4
27
+ uses : actions/setup-node@4
28
28
with :
29
29
node-version : 20.x
30
30
cache : pnpm
Original file line number Diff line number Diff line change 24
24
- node-version : 20
25
25
os : ubuntu-latest
26
26
steps :
27
- - uses : actions/checkout@v4
28
- - uses : pnpm/action-setup@v4
29
- - uses : actions/setup-node@v4
27
+ - uses : actions/checkout@4
28
+ - uses : pnpm/action-setup@3
29
+ - uses : actions/setup-node@4
30
30
with :
31
31
node-version : ${{ matrix.node-version }}
32
32
cache : pnpm
39
39
timeout-minutes : 5
40
40
steps :
41
41
- uses : actions/checkout@v4
42
- - uses : pnpm/action-setup@4
42
+ - uses : pnpm/action-setup@3
43
43
- uses : actions/setup-node@v4
44
44
with :
45
45
node-version : 18
You can’t perform that action at this time.
0 commit comments