Skip to content

Commit

Permalink
feat: drop support for Node.js 14, 16 and 19
Browse files Browse the repository at this point in the history
Node.js v14, v16 and v19 have reached EOL

BREAKING CHANGE: Support for Node.js v14, v16 and v19 has been removed.
  • Loading branch information
Phillip9587 committed Oct 8, 2023
1 parent f8d84e5 commit e907b11
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"private": true,
"license": "MIT",
"engines": {
"node": "^14.15.0 || ^16.10.0 || >= 18.0.0"
"node": "^18.13.0 || >=20.0.0"
},
"commitlint": {
"extends": [
Expand Down
4 changes: 2 additions & 2 deletions packages/nx-stylelint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
},
"license": "MIT",
"engines": {
"node": "^14.15.0 || ^16.10.0 || >= 18.0.0"
"node": "^18.13.0 || >=20.0.0"
},
"main": "src/index.js",
"schematics": "./generators.json",
"builders": "./executors.json",
"dependencies": {
"@nx/devkit": ">=16.0.0",
"tslib": "^2.5.0"
"tslib": "^2.6.2"
},
"peerDependencies": {
"stylelint": "^15.0.0",
Expand Down

0 comments on commit e907b11

Please sign in to comment.