Skip to content

Commit f954def

Browse files
committed
Drop Node.js 8.x support.
It's EOL and shouldn't be used in production anymore. Also add Node.js 13 in CI.
1 parent 679a960 commit f954def

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
node: [8.16.1, 10, 12]
14+
node: [10, 12, 13]
1515
os: [ubuntu-latest, windows-latest]
1616

1717
steps:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"xo": "^0.25.3"
3939
},
4040
"engines": {
41-
"node": ">=8.10.0"
41+
"node": ">=10"
4242
},
4343
"xo": {
4444
"space": 4,

0 commit comments

Comments
 (0)