File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 strategy :
1616 matrix :
17- node-version : [18 .x, 20 .x, 22 .x]
17+ node-version : [20 .x, 22 .x, 24 .x]
1818 steps :
1919 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2020 with :
4545 submodules : recursive
4646 - uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
4747 with :
48- # we need 'fetch' for this test, which is only in 18+
49- node-version : 18
48+ node-version : 20
5049 cache : ' npm'
5150
5251 - name : Install
Original file line number Diff line number Diff line change 3232 uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
3333 if : ${{ steps.release.outputs.releases_created }}
3434 with :
35- node-version : 18
35+ node-version : 20
3636 registry-url : " https://registry.npmjs.org"
3737 - name : Build Packages
3838 if : ${{ steps.release.outputs.releases_created }}
You can’t perform that action at this time.
0 commit comments