File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1616 - uses : actions/checkout@v6
1717 - uses : actions/setup-node@v6
1818 with :
19- node-version : 18
19+ node-version : 24
2020 cache : npm
2121 - run : npm ci --ignore-scripts
2222 - run : npm run lint
Original file line number Diff line number Diff line change 1313 peer-api-check :
1414 runs-on : ubuntu-latest
1515 container :
16- image : node:20
16+ image : node:24
1717 steps :
1818 - name : Checkout
1919 uses : actions/checkout@v6
Original file line number Diff line number Diff line change 1313 rp-validate :
1414 runs-on : ubuntu-latest
1515 container :
16- image : node:22
16+ image : node:24
1717 steps :
1818 - name : Checkout
1919 uses : actions/checkout@v6
Original file line number Diff line number Diff line change 2525 - name : Setup Node
2626 uses : actions/setup-node@v6
2727 with :
28- node-version : 18
28+ node-version : 24
2929 registry-url : ' https://registry.npmjs.org'
3030
3131 - name : Install packages
Original file line number Diff line number Diff line change 3131 # Use the same Node.js version used for `release-please` workflow.
3232 - uses : actions/setup-node@v6
3333 with :
34- node-version : 18
34+ node-version : 24
3535 - name : Install
3636 run : npm ci --ignore-scripts
3737 timeout-minutes : 10
Original file line number Diff line number Diff line change 2424 # Use the same Node.js version used for `release-please` workflow.
2525 - uses : actions/setup-node@v6
2626 with :
27- node-version : 18
27+ node-version : 24
2828 - name : Install
2929 run : npm ci --ignore-scripts
3030 timeout-minutes : 10
@@ -171,7 +171,7 @@ jobs:
171171 fetch-depth : 0
172172 - uses : actions/setup-node@v6
173173 with :
174- node-version : 18
174+ node-version : 24
175175 - name : Install
176176 run : npm ci --ignore-scripts
177177 timeout-minutes : 10
You can’t perform that action at this time.
0 commit comments