Skip to content

Commit

Permalink
Test against node 18 and 20
Browse files Browse the repository at this point in the history
Remove testing against 16, add testing against node 20.
  • Loading branch information
mvolz committed Mar 13, 2024
1 parent a7eeaf8 commit ec83c1f
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 @@ -7,7 +7,7 @@ jobs:
timeout-minutes: 5
strategy:
matrix:
node-version: [16, 18]
node-version: [18, 20]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit ec83c1f

Please sign in to comment.