Skip to content

Commit

Permalink
Drop node v14 and v16
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Collina <[email protected]>
  • Loading branch information
mcollina committed Apr 28, 2024
1 parent ee12087 commit 5d0460b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:

strategy:
matrix:
node-version: [14, 16, 18, 20]
node-version: [18, 20, 22]
os: [macos-latest, ubuntu-latest, windows-latest]
exclude:
- node-version: 14
- node-version: 22
os: windows-latest

steps:
Expand Down

0 comments on commit 5d0460b

Please sign in to comment.