Skip to content

Commit

Permalink
removed testing on node 14 and 16
Browse files Browse the repository at this point in the history
  • Loading branch information
synapse committed Mar 21, 2024
1 parent b5748b6 commit 21e0af4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
strategy:
matrix:
next-version: [12, 13]
node-version: [ 14, 16, 18, 20 ]
node-version: [ 18, 20 ]
os: [ macos-latest, ubuntu-latest, windows-latest ]
exclude:
- next-version: 13
Expand Down

0 comments on commit 21e0af4

Please sign in to comment.