Skip to content

Commit

Permalink
Drop 14 and 16 in mocha.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Jan 2, 2025
1 parent 9f4c344 commit 6fd91c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mocha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
with:
os: 'ubuntu-latest,windows-latest'
# The 22.11.0 is instead of 22 per https://github.com/mochajs/mocha/issues/5278
node-versions: '14,16,18,20,22.11.0'
node-versions: '18,20,22.11.0'
npm-script: test-node:${{ matrix.test-part }}
coverage: ${{ matrix.coverage }}

Expand Down

0 comments on commit 6fd91c4

Please sign in to comment.