Skip to content

Commit 42da79e

Browse files
committed
use node:10.9.0 images on CI
1 parent f6b37de commit 42da79e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ version: 2.0
1010
jobs:
1111
build:
1212
docker:
13-
- image: circleci/node:8.9.4
13+
- image: circleci/node:10.9.0
1414
working_directory: ~/plotly.js
1515
steps:
1616
- checkout
@@ -47,7 +47,7 @@ jobs:
4747
test-jasmine:
4848
docker:
4949
# need '-browsers' version to test in real (xvfb-wrapped) browsers
50-
- image: circleci/node:8.9.4-browsers
50+
- image: circleci/node:10.9.0-browsers
5151
working_directory: ~/plotly.js
5252
steps:
5353
- checkout
@@ -64,7 +64,7 @@ jobs:
6464
test-jasmine2:
6565
docker:
6666
# need '-browsers' version to test in real (xvfb-wrapped) browsers
67-
- image: circleci/node:8.9.4-browsers
67+
- image: circleci/node:10.9.0-browsers
6868
working_directory: ~/plotly.js
6969
steps:
7070
- checkout
@@ -118,7 +118,7 @@ jobs:
118118

119119
test-syntax:
120120
docker:
121-
- image: circleci/node:8.9.4
121+
- image: circleci/node:10.9.0
122122
working_directory: ~/plotly.js
123123
steps:
124124
- checkout

0 commit comments

Comments
 (0)