File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - uses : actions/checkout@v3
18- - uses : pnpm/action-setup@v2.2.1
18+ - uses : pnpm/action-setup@v2.2.2
1919 - uses : actions/setup-node@v3
2020 with :
2121 node-version : ' 16.x'
3939 steps :
4040 - run : git config --global core.autocrlf false
4141 - uses : actions/checkout@v3
42- - uses : pnpm/action-setup@v2.2.1
42+ - uses : pnpm/action-setup@v2.2.2
4343 - uses : actions/setup-node@v3
4444 with :
4545 node-version : ${{ matrix.node-version }}
Original file line number Diff line number Diff line change 2222 with :
2323 # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
2424 fetch-depth : 0
25- - uses : pnpm/action-setup@v2.2.1
25+ - uses : pnpm/action-setup@v2.2.2
2626 - name : Setup Node.js
2727 uses : actions/setup-node@v3
2828 with :
You can’t perform that action at this time.
0 commit comments