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 18
18
19
19
steps :
20
20
- uses : actions/checkout@v4
21
- - uses : pnpm/action-setup@v2
21
+ - uses : pnpm/action-setup@v3
22
22
with :
23
23
version : 8
24
24
- uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 53
53
with :
54
54
node-version : 18
55
55
56
- - uses : pnpm/action-setup@v2
56
+ - uses : pnpm/action-setup@v3
57
57
with :
58
58
version : 8
59
59
- run : pnpm install --frozen-lockfile
Original file line number Diff line number Diff line change 50
50
# This creates an .npmrc that reads the NODE_AUTH_TOKEN environment variable
51
51
registry-url : ' https://registry.npmjs.org'
52
52
53
- - uses : pnpm/action-setup@v2
53
+ - uses : pnpm/action-setup@v3
54
54
with :
55
55
version : 8
56
56
- run : pnpm install --frozen-lockfile
You can’t perform that action at this time.
0 commit comments