Skip to content

Commit

Permalink
Drop support for node 12 and add support for node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
bjankord committed Mar 13, 2023
1 parent 6d94ee6 commit 1bcb338
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [12, 14, 16]
node: [14, 16, 18]
os: [ubuntu-latest]

steps:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -23,7 +23,7 @@
"url": "https://github.com/bjankord/stylelint-config-sass-guidelines/issues"
},
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
"node": "^14.13.1 || >=16.13.0 || >=18.0.0"
},
"main": "index.js",
"files": [
Expand Down

0 comments on commit 1bcb338

Please sign in to comment.