We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84249ec commit 1c96c77Copy full SHA for 1c96c77
.github/workflows/main.yml
@@ -13,10 +13,8 @@ jobs:
13
matrix:
14
node-version:
15
- '18'
16
- - '17'
17
- '16'
18
- '14'
19
- - '12'
20
os:
21
- ubuntu-latest
22
steps:
package.json
@@ -73,7 +73,7 @@
73
"eslint": ">=7.0.0"
74
},
75
"engines": {
76
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ "node": "^14.17.0 || ^16.0.0 || >= 18.0.0"
77
78
"release-it": {
79
"git": {
0 commit comments