Skip to content

Commit

Permalink
chore(ci): upgrade node.js version from 11 to 12
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroppy committed Apr 23, 2019
1 parent fe7eaa5 commit 777e2fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ matrix:
fast_finish: true
include:
- env: JOB_PART=lint
node_js: 11
node_js: 12
- &linux
env: JOB_PART=test
node_js: 11
node_js: 12
- <<: *linux
node_js: 10
- <<: *linux
Expand All @@ -32,7 +32,7 @@ matrix:
- &osx
os: 'osx'
env: JOB_PART=test
node_js: 11
node_js: 12
- <<: *osx
node_js: 10
- <<: *osx
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ cache:

environment:
matrix:
- nodejs_version: '11'
- nodejs_version: '12'
webpack_version: latest
- nodejs_version: '10'
webpack_version: latest
Expand Down

0 comments on commit 777e2fa

Please sign in to comment.