File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 77 runs-on : ${{ matrix.os }}
88 strategy :
99 matrix :
10- node : ['18 .x']
10+ node : ['22 .x']
1111 os : [windows-latest, macOS-latest]
1212
1313 steps :
2222 - uses : pnpm/action-setup@v2
2323 name : Install pnpm
2424 with :
25- version : 8
25+ version : 10
2626 run_install : false
2727
2828 - name : Install dependencies
Original file line number Diff line number Diff line change @@ -11,15 +11,15 @@ jobs:
1111 # Setup .npmrc file to publish to npm
1212 - uses : actions/setup-node@v2
1313 with :
14- node-version : ' 18 .x'
14+ node-version : ' 22 .x'
1515 registry-url : ' https://registry.npmjs.org'
1616 # Defaults to the user or organization that owns the workflow file
1717 scope : ' '
1818
1919 - uses : pnpm/action-setup@v2
2020 name : Install pnpm
2121 with :
22- version : 8
22+ version : 10
2323 run_install : false
2424
2525 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments