We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc58d76 commit 9fffe4cCopy full SHA for 9fffe4c
.github/workflows/main.yml
@@ -15,9 +15,6 @@ jobs:
15
- '16'
16
- '14'
17
- '12'
18
- - '12.0'
19
- - '10'
20
- - '10.12'
21
os:
22
- ubuntu-latest
23
steps:
package.json
@@ -61,6 +61,6 @@
61
"eslint": ">=6.0.0"
62
},
63
"engines": {
64
- "node": "^10.12.0 || >=12.0.0"
+ "node": "12.* || 14.* || >= 16.*"
65
}
66
0 commit comments