Skip to content

Commit

Permalink
Bump minimum node version
Browse files Browse the repository at this point in the history
  • Loading branch information
ogonkov committed Oct 30, 2020
1 parent fb8d19d commit c50194d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
os: [windows-latest, ubuntu-latest]
node-version: [8.9.x, 12.x]
node-version: [10.13.x, 12.x]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"xml2js": "^0.4.23"
},
"engines": {
"node": ">= 8.9.0"
"node": ">= 10.13.0"
},
"scripts": {
"lint": "eslint src",
Expand Down

0 comments on commit c50194d

Please sign in to comment.