Skip to content

Commit

Permalink
Drop Node 14 support
Browse files Browse the repository at this point in the history
  • Loading branch information
edg2s committed Dec 8, 2023
1 parent 9f6fd6e commit b2813b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions 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 @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x, 18.x, 20.x]
node-version: [16.x, 18.x, 20.x]

steps:
- uses: actions/checkout@v1
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
"files": [
"src"
],
"engine": {
"node": ">=16"
},
"peerDependencies": {
"eslint": ">=6.0.0"
},
Expand Down

0 comments on commit b2813b0

Please sign in to comment.