Skip to content

Commit

Permalink
feat(node): bump minimum node version to 14.15
Browse files Browse the repository at this point in the history
  • Loading branch information
acburdine committed Oct 28, 2020
1 parent 297d531 commit e460191
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ 10, 12, 14 ]
node: [ 10, 12, '14.15.x' ]
env:
FORCE_COLOR: 1
name: Node ${{ matrix.node }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
]
},
"engines": {
"node": "^10.13.0 || ^12.10.0 || ^14.13.0"
"node": "^10.13.0 || ^12.10.0 || ^14.15.0"
},
"preferGlobal": true,
"dependencies": {
Expand Down

0 comments on commit e460191

Please sign in to comment.