Skip to content

Commit

Permalink
Drop support for node v12.x
Browse files Browse the repository at this point in the history
Mocha has dropped support for v12.x

See breaking changes for v10.0.0:
https://github.com/mochajs/mocha/blob/main/CHANGELOG.md#1000--2022-05-01
  • Loading branch information
vikiv480 committed Dec 18, 2024
1 parent e8d8863 commit 8e64af8
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 @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [12.x, 14.x, 16.x]
node: [14.x, 16.x]

steps:
- name: Checkout code
Expand Down

0 comments on commit 8e64af8

Please sign in to comment.