Skip to content

Commit

Permalink
Don’t run tests against Node.js 16
Browse files Browse the repository at this point in the history
The behaviour of `node:test#after` in this version is problematic, as it
runs after each test instead of after all.
  • Loading branch information
remcohaszing committed Apr 22, 2024
1 parent 359cad9 commit 53add4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
strategy:
matrix:
node-version:
- 16
# - 16
- 18
- 20
steps:
Expand Down

0 comments on commit 53add4b

Please sign in to comment.