Skip to content

Commit 8db3ff8

Browse files
committed
ci: update node versions
1 parent 236b711 commit 8db3ff8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,13 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
25-
node-version: [14, 16, 18, 19]
25+
node-version: [18, 20, 22]
2626
steps:
2727
- uses: actions/checkout@v4
2828
- name: Use Node.js ${{ matrix.node-version }}
2929
uses: actions/setup-node@v4
3030
with:
3131
node-version: ${{ matrix.node-version }}
32-
- name: Upgrade NPM
33-
if: matrix.node-version == 14
34-
run: npm i -g npm@latest-7
3532
- run: npm ci
3633
- run: npm test
3734

0 commit comments

Comments
 (0)