Skip to content
This repository was archived by the owner on Sep 15, 2020. It is now read-only.

Commit 0234439

Browse files
committed
CI: switch to node.js 10.
1 parent d6fc649 commit 0234439

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dist: trusty
55
language: node_js
66

77
node_js:
8-
- "8"
8+
- "10"
99

1010
env:
1111
matrix:

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ environment:
1414
install:
1515
- SET "PATH=C:\Ruby%ruby_folder_version%\bin;%PATH%"
1616
- bundle install --retry 3 --jobs=%NUMBER_OF_PROCESSORS% --clean --path vendor\bundle
17-
- ps: Install-Product node "8" $env:platform
17+
- ps: Install-Product node "10" $env:platform
1818
- npm install
1919

2020
build: off

0 commit comments

Comments
 (0)