Skip to content

Commit

Permalink
Drop node 12, 14 and 16, add node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
mantoni committed Jul 28, 2024
1 parent a852373 commit bb7c71c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions 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 @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['12.x', '14.x', '16.x', '18.x', '20.x']
node-version: ['18.x', '20.x', '22.x']

steps:
- name: Checkout
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"bin": {
"eslint_d": "./bin/eslint_d.js"
},
"engines": {
"node": ">=18"
},
"keywords": [
"daemon",
"eslint",
Expand Down

0 comments on commit bb7c71c

Please sign in to comment.