Skip to content

Commit

Permalink
chore: remove EoL Node.js 16 from test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
rluvaton committed Sep 22, 2023
1 parent 6d68c99 commit 3f0365f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [16.x, 18.x, 20.x]
node-version: [18.x, 20.x]
os: [ubuntu-latest, macOS-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -39,10 +39,6 @@ jobs:
- name: Install dependencies
run: npm install
- name: Run tests
if: matrix.node-version == '16.x'
run: npm run test-unit
- name: Run tests
if: matrix.node-version != '16.x'
run: npm run coverage:ci
- name: Upload coverage report to Codecov
uses: codecov/codecov-action@v3

0 comments on commit 3f0365f

Please sign in to comment.