Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
Use Node v12
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkh committed Oct 31, 2019
1 parent 8d6a471 commit 275dd8e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ jobs:
build:
working_directory: ~/phovea
docker:
- image: circleci/node:8-browsers
- image: circleci/node:12-browsers
steps:
- checkout
- restore_cache:
Expand Down
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image: circleci/node:8-browsers
image: circleci/node:12-browsers

variables:
GIT_DEPTH: "1"
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- 6
- 12
addons:
firefox: 49.0.1
before_install:
Expand Down

0 comments on commit 275dd8e

Please sign in to comment.