Skip to content

Commit

Permalink
update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
ryantxu committed Jan 24, 2020
1 parent 9081049 commit 891e440
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
build_plugin:
docker:
- image: circleci/node:10
- image: circleci/node:12
working_directory: ~/plugin
steps:
- checkout
Expand All @@ -26,7 +26,7 @@ jobs:
- ci
package:
docker:
- image: circleci/node:10
- image: circleci/node:12
working_directory: ~/plugin
steps:
- checkout
Expand All @@ -47,7 +47,7 @@ jobs:
- ci/grafana-test-env
test_6_3_0:
docker:
- image: circleci/node:10-browsers
- image: circleci/node:12-browsers
working_directory: ~/plugin
steps:
- checkout
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
path: ci/jobs/test_6_3_0
test_6_4_0:
docker:
- image: circleci/node:10-browsers
- image: circleci/node:12-browsers
working_directory: ~/plugin
steps:
- checkout
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
path: ci/jobs/test_6_4_0
report:
docker:
- image: circleci/node:10
- image: circleci/node:12
working_directory: ~/plugin
steps:
- checkout
Expand Down

0 comments on commit 891e440

Please sign in to comment.