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

Commit a3e4283

Browse files
committed
Set node version to 10.16
The current LTS in Travis is 12.13, but our node-sass is not compatible with that.
1 parent ba9e794 commit a3e4283

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
language: node_js
22

33
node_js:
4-
- lts/*
4+
- "10.16"
55
- node
66
matrix:
77
allow_failures:
8-
- node_js: node
8+
- node_js: "10.16"
99
stages:
1010
- test
1111
- name: 🚀 rc-deployment
@@ -15,7 +15,7 @@ stages:
1515
jobs:
1616
include:
1717
- stage: 🚀 rc-deployment
18-
node_js: lts/*
18+
node_js: "10.16"
1919
name: "Deploy to the npm rc channel"
2020
script: skip
2121
deploy:
@@ -26,7 +26,7 @@ jobs:
2626
# Branch condition is in the stages configuration
2727
all_branches: true
2828
- stage: 🚀 deployment
29-
node_js: lts/*
29+
node_js: "10.16"
3030
name: "Deploy to the npm latest channel"
3131
script: skip
3232
deploy:

0 commit comments

Comments
 (0)