File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 19
19
20
20
steps :
21
21
- uses : actions/checkout@v4
22
- - uses : pnpm/action-setup@v4.0 .0
22
+ - uses : pnpm/action-setup@v4.1 .0
23
23
- uses : actions/setup-node@v4
24
24
with :
25
25
node-version : ${{ matrix.node-version }}
Original file line number Diff line number Diff line change 8
8
9
9
steps :
10
10
- uses : actions/checkout@v4
11
- - uses : pnpm/action-setup@v4.0 .0
11
+ - uses : pnpm/action-setup@v4.1 .0
12
12
- uses : actions/setup-node@v4
13
13
with :
14
14
node-version : 20.x
Original file line number Diff line number Diff line change 21
21
with :
22
22
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
23
23
fetch-depth : 0
24
- - uses : pnpm/action-setup@v4.0 .0
24
+ - uses : pnpm/action-setup@v4.1 .0
25
25
- name : Setup Node.js
26
26
uses : actions/setup-node@v4
27
27
with :
You can’t perform that action at this time.
0 commit comments