Skip to content

Commit 1569809

Browse files
committed
CI: use lts instead of latest Node
1 parent 043a5a3 commit 1569809

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
language: node_js
22
dist: trusty
33
node_js:
4-
- 10
5-
- node
4+
- 12
5+
- lts/*
66
env:
77
global:
88
- NODE_ENV=production
@@ -20,7 +20,7 @@ jobs:
2020
include:
2121
- stage: test
2222
- stage: deploy
23-
node_js: 10
23+
node_js: 12
2424
script: npm run build
2525
before_deploy:
2626
- >

0 commit comments

Comments
 (0)