Skip to content

Commit 223984b

Browse files
josephfrazierstefanbuck
authored andcommitted
Use Node 10 on Travis and Appveyor (OctoLinker#475)
* Use Node 10 on Travis and Appveyor See OctoLinker#474 (comment) * Install Yarn 1.7.0 on Travis See https://travis-ci.org/OctoLinker/OctoLinker/builds/393294425#L550
1 parent 0be358b commit 223984b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Test against this version of Node.js
22
environment:
3-
nodejs_version: "8"
3+
nodejs_version: "10"
44

55
cache:
66
- "%LOCALAPPDATA%\\Yarn"

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ addons:
77
- google-chrome-stable
88
language: node_js
99
node_js:
10-
- 8
10+
- 10
1111
cache:
1212
yarn: true
1313
# Use npm > 4 to fix https://github.com/npm/npm/issues/14042
1414
before_install:
1515
- export CHROME_BIN=/usr/bin/google-chrome
1616
- export DISPLAY=:99.0
1717
- sh -e /etc/init.d/xvfb start
18-
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.1.0
18+
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.7.0
1919
- export PATH=$HOME/.yarn/bin:$PATH
2020
before_script:
2121
- git diff --exit-code # make sure that yarn.lock didn't change

0 commit comments

Comments
 (0)