Skip to content

Commit ebe54de

Browse files
authored
ci: update Node.js versions supported and remove legacy step (#1599)
1 parent 729a4ad commit ebe54de

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,12 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
os: [ubuntu-latest, windows-latest, macos-latest]
22-
node-version: [18, 20, 22]
22+
node-version: [18, 19, 20, 21, 22, 23]
2323

2424
steps:
2525
- uses: actions/checkout@v4
2626
- uses: actions/setup-node@v4
2727
with:
2828
node-version: ${{ matrix.node-version }}
29-
- run: npm install -g npm@^8
30-
if: matrix.node-version == '14.x'
3129
- run: npm ci
3230
- run: npm test

0 commit comments

Comments
 (0)