Skip to content

Commit e460191

Browse files
committed
feat(node): bump minimum node version to 14.15
1 parent 297d531 commit e460191

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/unit-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
node: [ 10, 12, 14 ]
12+
node: [ 10, 12, '14.15.x' ]
1313
env:
1414
FORCE_COLOR: 1
1515
name: Node ${{ matrix.node }}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
]
4040
},
4141
"engines": {
42-
"node": "^10.13.0 || ^12.10.0 || ^14.13.0"
42+
"node": "^10.13.0 || ^12.10.0 || ^14.15.0"
4343
},
4444
"preferGlobal": true,
4545
"dependencies": {

0 commit comments

Comments
 (0)