Skip to content

Commit

Permalink
Merge pull request #299 from lo1tuma/drop-n12
Browse files Browse the repository at this point in the history
Drop support for node v12
  • Loading branch information
lo1tuma authored Oct 18, 2021
2 parents 8756355 + f1a12d0 commit d1c421b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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:
runs-on: ubuntu-latest
strategy:
matrix:
node: [12, 14, 16]
node: [14, 16]
name: Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "9.0.0",
"description": "Eslint rules for mocha.",
"engines": {
"node": ">=12.0.0"
"node": ">=14.0.0"
},
"main": "index.js",
"files": [
Expand Down

0 comments on commit d1c421b

Please sign in to comment.