Skip to content

Commit d091863

Browse files
committed
Support only Node >= 12
1 parent 5578a9a commit d091863

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
strategy:
1212
matrix:
13-
node-version: [10, 12, 14, 16, 18]
13+
node-version: [12, 14, 16, 18]
1414

1515
steps:
1616
- uses: actions/checkout@v3

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
"dependencies": {
77
"stylelint-order": "^5.0.0"
88
},
9+
"engines": {
10+
"node": ">=12"
11+
},
912
"devDependencies": {
1013
"standard": "^17.0.0",
1114
"stylelint": "^14.12.1"

0 commit comments

Comments
 (0)