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 679a960 commit f954defCopy full SHA for f954def
.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
11
strategy:
12
fail-fast: false
13
matrix:
14
- node: [8.16.1, 10, 12]
+ node: [10, 12, 13]
15
os: [ubuntu-latest, windows-latest]
16
17
steps:
package.json
@@ -38,7 +38,7 @@
38
"xo": "^0.25.3"
39
},
40
"engines": {
41
- "node": ">=8.10.0"
+ "node": ">=10"
42
43
"xo": {
44
"space": 4,
0 commit comments