Skip to content

Commit

Permalink
ci: Drop tests in EOL Node.js versions
Browse files Browse the repository at this point in the history
  • Loading branch information
eemeli committed Apr 28, 2024
1 parent 30868a8 commit 5410c25
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/nodejs.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [14, 16, 20, latest]
node-version: [18, 20, latest]

steps:
- uses: actions/checkout@v4
Expand All @@ -23,11 +23,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- if: matrix.node-version == 14
run: npm install --global npm@7
- run: npm ci
- if: matrix.node-version < 18
run: npm install --no-save rollup@3
- run: npm test
- run: npm run test:dist

Expand Down

0 comments on commit 5410c25

Please sign in to comment.