Skip to content

Commit

Permalink
Test with node.js 18 & 20, drop 14 & 16
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed May 8, 2024
1 parent 1523a9c commit d1b0bd4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
strategy:
matrix:
node:
- '14'
- '16'
- '18'
- '20'
steps:
- uses: actions/checkout@v2
- name: Setup node
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v1
with:
node-version: '14'
node-version: '20'
- run: npm install
- run: npm run ${{ matrix.targets.target }}
- name: Upload coverage
Expand Down

0 comments on commit d1b0bd4

Please sign in to comment.