Skip to content

Commit

Permalink
chore: remove node 16 support
Browse files Browse the repository at this point in the history
node 16.x is incapable of running the test suite thanks to one or more
bugs which never had their fixes backported. Primarily, the inability to
have nested `beforeEach` was fixed in all later versions but not in 16.
  • Loading branch information
43081j committed Sep 11, 2024
1 parent 11bf22d commit 962d959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [16, 18, 20, 22]
node: [18, 20, 22]
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2 # v4
Expand Down

0 comments on commit 962d959

Please sign in to comment.