Skip to content

Commit 5410c25

Browse files
committed
ci: Drop tests in EOL Node.js versions
1 parent 30868a8 commit 5410c25

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/nodejs.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
os: [ubuntu-latest, windows-latest, macos-latest]
17-
node-version: [14, 16, 20, latest]
17+
node-version: [18, 20, latest]
1818

1919
steps:
2020
- uses: actions/checkout@v4
@@ -23,11 +23,7 @@ jobs:
2323
uses: actions/setup-node@v4
2424
with:
2525
node-version: ${{ matrix.node-version }}
26-
- if: matrix.node-version == 14
27-
run: npm install --global npm@7
2826
- run: npm ci
29-
- if: matrix.node-version < 18
30-
run: npm install --no-save rollup@3
3127
- run: npm test
3228
- run: npm run test:dist
3329

0 commit comments

Comments
 (0)