Skip to content

Commit 1d239d6

Browse files
committed
Make Node.js support precise
1 parent 682b008 commit 1d239d6

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Diff for: .github/workflows/test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ubuntu-latest, macOS-latest, windows-latest]
15-
node-version: [10.x, 14.x]
15+
node-version: [10.13.0, 14.x]
1616
exclude:
1717
- os: macOS-latest
18-
node-version: 10.x
18+
node-version: 10.13.0
1919
- os: windows-latest
20-
node-version: 10.x
20+
node-version: 10.13.0
2121
fail-fast: false
2222

2323
steps:

Diff for: package.json

+3
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@
4545
"pre-commit": "prettier --check ."
4646
}
4747
},
48+
"engines": {
49+
"node": ">=10.13.0"
50+
},
4851
"jest": {
4952
"testMatch": [
5053
"**/test/**/*.js",

0 commit comments

Comments
 (0)