Skip to content

Commit

Permalink
Remove Node v14 and v16 support (EOL)
Browse files Browse the repository at this point in the history
* Set minimum Node version required for Stylelint v16 in engines field
  • Loading branch information
cahamilton committed Dec 10, 2023
1 parent 6902114 commit 7154c92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
node-version: [14, 16, 18, 20]
node-version: [18, 20]
stylelint: [14, 15, 16]

steps:
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"index.js",
"generate.js"
],
"engines": {
"node": ">=18.12.0"
},
"scripts": {
"coverage": "coveralls < coverage/lcov.info",
"eslint": "eslint .",
Expand Down

0 comments on commit 7154c92

Please sign in to comment.