Skip to content

Commit

Permalink
feat: add node 8.16 support
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyo930021 committed Nov 3, 2019
1 parent acd02d9 commit ac5d6cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

strategy:
matrix:
node-version: [8.x, 10.x, 12.x]
node-version: [8.16, 10.x, 12.x]
os: [ubuntu-latest, windows-latest, macOS-latest]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x]
node-version: [8.16, 10.x, 12.x]
os: [ubuntu-latest, windows-latest, macOS-latest]

steps:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"vc2c": "./bin/vc2c"
},
"engines": {
"node": ">=10.0"
"node": ">=8.16"
},
"files": [
"bin",
Expand Down

0 comments on commit ac5d6cc

Please sign in to comment.