Skip to content

Commit

Permalink
Drop Node.js 8.x support.
Browse files Browse the repository at this point in the history
It's EOL and shouldn't be used in production anymore.

Also add Node.js 13 in CI.
  • Loading branch information
XhmikosR committed Jan 1, 2020
1 parent 679a960 commit f954def
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [8.16.1, 10, 12]
node: [10, 12, 13]
os: [ubuntu-latest, windows-latest]

steps:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"xo": "^0.25.3"
},
"engines": {
"node": ">=8.10.0"
"node": ">=10"
},
"xo": {
"space": 4,
Expand Down

0 comments on commit f954def

Please sign in to comment.