Skip to content

Commit

Permalink
Drop support for Node.js v14 (#448)
Browse files Browse the repository at this point in the history
  • Loading branch information
paescuj committed Oct 19, 2023
1 parent 5a45482 commit 77fbc03
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 14 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Expand Up @@ -30,7 +30,6 @@ jobs:
fail-fast: false
matrix:
node:
- 14
- 16
- 18
- 20
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -10,7 +10,7 @@
"conc": "./dist/bin/concurrently.js"
},
"engines": {
"node": "^14.13.0 || >=16.0.0"
"node": ">=16"
},
"exports": {
".": {
Expand Down Expand Up @@ -66,7 +66,7 @@
"@swc/jest": "^0.2.29",
"@types/jest": "^29.5.6",
"@types/lodash": "^4.14.200",
"@types/node": "^14.18.62",
"@types/node": "^16.18.59",
"@types/shell-quote": "^1.7.3",
"@types/supports-color": "^8.1.2",
"@types/yargs": "^17.0.29",
Expand Down
66 changes: 55 additions & 11 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 77fbc03

Please sign in to comment.