Skip to content

Commit 6eb1551

Browse files
NothingEverHappensjamesdaniels
authored andcommitted
fix(ci): Use node 10 to fix the build (#2230)
1 parent 2ebc022 commit 6eb1551

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: node_js
22
sudo: false
33
node_js:
4-
- 'lts/*'
4+
- "10"
55

66
addons:
77
chrome: stable
@@ -44,4 +44,4 @@ script:
4444
./node_modules/.bin/karma start --single-run --browsers ChromeHeadlessTravis --reporters mocha &&
4545
yarn test:node &&
4646
node tools/run-typings-test.js &&
47-
bash ./test/ng-build/build.sh
47+
bash ./test/ng-build/build.sh

0 commit comments

Comments
 (0)