File tree Expand file tree Collapse file tree 3 files changed +2254
-1752
lines changed
Expand file tree Collapse file tree 3 files changed +2254
-1752
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ jobs:
2121 name : Build Packages
2222 runs-on : ubuntu-latest
2323 steps :
24- - uses : actions/checkout@v3
25- - uses : pnpm/action-setup@v2
26- - uses : actions/setup-node@v3
24+ - uses : actions/checkout@v4
25+ - uses : pnpm/action-setup@v4
26+ - uses : actions/setup-node@v4
2727 with :
28- node-version : 18
28+ node-version : 20
2929 cache : " pnpm"
3030 - if : ${{ steps.cache-node.outputs.cache-hit != 'true' }}
3131 run : pnpm install
Original file line number Diff line number Diff line change 4242 },
4343 "license" : " MIT" ,
4444 "volta" : {
45- "node" : " 18.7.0 "
45+ "node" : " 20. 18.1 "
4646 },
47- "packageManager" : " pnpm@7.6.0 " ,
47+ "packageManager" : " pnpm@9.14.2 " ,
4848 "devDependencies" : {
4949 "@changesets/cli" : " ^2.18.1" ,
5050 "arg" : " ^5.0.2" ,
You can’t perform that action at this time.
0 commit comments