Skip to content
This repository was archived by the owner on Oct 2, 2022. It is now read-only.

Commit c450d41

Browse files
committed
build: change minimum supported Node version
BREAKING CHANGE: change minimum supported version of Node to v10
1 parent ef088c3 commit c450d41

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ language: node_js
33
cache: yarn
44

55
node_js:
6-
- 8
76
- 10
7+
- 12
88

99
before_install:
1010
- npm i -g yarn

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"url": "https://github.com/EndemolShineGroup/cosmiconfig-typescript-loader.git"
2121
},
2222
"engines": {
23-
"node": ">=8.0.0",
23+
"node": ">=10.0.0",
2424
"yarn": ">=1.3.0"
2525
},
2626
"scripts": {

0 commit comments

Comments
 (0)