We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 682b008 + 1d239d6 commit 84c6f7fCopy full SHA for 84c6f7f
.github/workflows/test.yml
@@ -12,12 +12,12 @@ jobs:
12
strategy:
13
matrix:
14
os: [ubuntu-latest, macOS-latest, windows-latest]
15
- node-version: [10.x, 14.x]
+ node-version: [10.13.0, 14.x]
16
exclude:
17
- os: macOS-latest
18
- node-version: 10.x
+ node-version: 10.13.0
19
- os: windows-latest
20
21
fail-fast: false
22
23
steps:
package.json
@@ -45,6 +45,9 @@
45
"pre-commit": "prettier --check ."
46
}
47
},
48
+ "engines": {
49
+ "node": ">=10.13.0"
50
+ },
51
"jest": {
52
"testMatch": [
53
"**/test/**/*.js",
0 commit comments