Skip to content

Commit

Permalink
Drop support for Node.js v14
Browse files Browse the repository at this point in the history
  • Loading branch information
paescuj committed Oct 19, 2023
1 parent a61ef39 commit dd5c733
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
fail-fast: false
matrix:
node:
- 14
- 16
- 18
- 20
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"conc": "./dist/bin/concurrently.js"
},
"engines": {
"node": "^14.13.0 || >=16.0.0"
"node": ">=16"
},
"exports": {
".": {
Expand Down

0 comments on commit dd5c733

Please sign in to comment.