We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a7ebd2 commit 4064350Copy full SHA for 4064350
1 file changed
.circleci/config.yml
@@ -3,7 +3,7 @@ version: 2.0
3
jobs:
4
build:
5
docker:
6
- - image: circleci/node:10.9.0
+ - image: circleci/node:12.18.3
7
working_directory: ~/react-plotly.js
8
steps:
9
- checkout
@@ -32,7 +32,7 @@ jobs:
32
33
test:
34
35
36
37
38
0 commit comments