Skip to content

Commit

Permalink
Bump minimum supported node version to 10 (#1036)
Browse files Browse the repository at this point in the history
  • Loading branch information
cspotcode committed May 16, 2020
1 parent 5f305ea commit 4f18ceb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
17 changes: 10 additions & 7 deletions .github/workflows/continuous-integration.yml
Expand Up @@ -39,27 +39,30 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
flavor: [1, 2, 3, 4, 5, 6, 7]
flavor: [1, 2, 3, 4, 5, 6, 7, 8]
include:
- flavor: 1
node: 6
node: 10
typescript: typescript@latest
- flavor: 2
node: 13
node: 12
typescript: typescript@latest
- flavor: 3
node: 13
typescript: typescript@2.7
typescript: typescript@latest
- flavor: 4
node: 13
typescript: typescript@next
typescript: typescript@2.7
- flavor: 5
node: 13
typescript: typescript@next
- flavor: 6
node: 14
typescript: typescript@latest
- flavor: 6
- flavor: 7
node: 14
typescript: typescript@2.7
- flavor: 7
- flavor: 8
node: 14
typescript: typescript@next
steps:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -34,7 +34,7 @@
"prepare": "npm run build-nopack"
},
"engines": {
"node": ">=6.0.0"
"node": ">=10.0.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 4f18ceb

Please sign in to comment.