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 1818
1919 steps :
2020 - uses : actions/checkout@v4
21- - uses : pnpm/action-setup@v2
21+ - uses : pnpm/action-setup@v3
2222 with :
2323 version : 8
2424 - uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 5353 with :
5454 node-version : 18
5555
56- - uses : pnpm/action-setup@v2
56+ - uses : pnpm/action-setup@v3
5757 with :
5858 version : 8
5959 - run : pnpm install --frozen-lockfile
Original file line number Diff line number Diff line change 5050 # This creates an .npmrc that reads the NODE_AUTH_TOKEN environment variable
5151 registry-url : ' https://registry.npmjs.org'
5252
53- - uses : pnpm/action-setup@v2
53+ - uses : pnpm/action-setup@v3
5454 with :
5555 version : 8
5656 - run : pnpm install --frozen-lockfile
You can’t perform that action at this time.
0 commit comments