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 a486121 commit a8cd4ddCopy full SHA for a8cd4dd
.github/workflows/test.yml
@@ -15,8 +15,8 @@ jobs:
15
strategy:
16
matrix:
17
node-version:
18
- # minimal required version is 10.13, but ava requires 10.18
19
- - 10.18
+ # minimal required version
+ - 12.20
20
# minimal required version for latest semantic-release
21
- 14.17
22
# latest LTS version
@@ -47,7 +47,7 @@ jobs:
47
with:
48
node-version: 16
49
cache: npm
50
- - run: npm ci
+ - run: npm clean-install
51
- name: Ensure dependencies are compatible with the version of node
52
- run: npx ls-engines@0.4
+ run: npx ls-engines
53
- run: npm run lint
package.json
@@ -26,7 +26,7 @@
26
"xo": "0.47.0"
27
},
28
"engines": {
29
- "node": ">=10.17"
+ "node": ">=12.20"
30
31
"files": [
32
"index.js",
0 commit comments