Skip to content

Commit 87d620d

Browse files
committed
Update to NodeJS 10.7
1 parent b86293f commit 87d620d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis/compile-frontend.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ docker \
1010
-v $HOME/cache/node/node_modules:/ui/node_modules \
1111
-v $HOME/cache/node/yarn-cache:/root/.yarn-cache \
1212
--workdir /ui \
13-
node:8.7 \
13+
node:10.7 \
1414
bash -c 'yarn && \
1515
yarn test:lint && \
1616
yarn run build:production'

ui/frontend/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@
6161
"webpack": "^4.1.0",
6262
"webpack-cli": "^3.1.0"
6363
},
64+
"engines": {
65+
"node": "^10.7.0"
66+
},
6467
"scripts": {
6568
"test:lint": "tslint --config tslint.json --exclude \"./**/node_modules/**/*\" \"./**/*.ts?(x)\"",
6669
"build": "webpack --progress --colors --mode development",

0 commit comments

Comments
 (0)