Skip to content

Commit

Permalink
Support only Node >= 12
Browse files Browse the repository at this point in the history
  • Loading branch information
ream88 committed Sep 25, 2022
1 parent 5578a9a commit d091863
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

strategy:
matrix:
node-version: [10, 12, 14, 16, 18]
node-version: [12, 14, 16, 18]

steps:
- uses: actions/checkout@v3
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"dependencies": {
"stylelint-order": "^5.0.0"
},
"engines": {
"node": ">=12"
},
"devDependencies": {
"standard": "^17.0.0",
"stylelint": "^14.12.1"
Expand Down

0 comments on commit d091863

Please sign in to comment.