update circleci node image to 12
This commit is contained in:
@@ -26,7 +26,7 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
working_directory: ~/alexanderzobnin/grafana-zabbix
|
working_directory: ~/alexanderzobnin/grafana-zabbix
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/node:8
|
- image: circleci/node:12
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
@@ -45,7 +45,7 @@ jobs:
|
|||||||
lint:
|
lint:
|
||||||
working_directory: ~/alexanderzobnin/grafana-zabbix
|
working_directory: ~/alexanderzobnin/grafana-zabbix
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/node:8
|
- image: circleci/node:12
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
@@ -67,7 +67,7 @@ jobs:
|
|||||||
CIRCLE_ARTIFACTS: /tmp/circleci-artifacts
|
CIRCLE_ARTIFACTS: /tmp/circleci-artifacts
|
||||||
CIRCLE_TEST_REPORTS: /tmp/circleci-test-results
|
CIRCLE_TEST_REPORTS: /tmp/circleci-test-results
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/node:8
|
- image: circleci/node:12
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
# Prepare for artifact and test results collection equivalent to how it was done on 1.0.
|
# Prepare for artifact and test results collection equivalent to how it was done on 1.0.
|
||||||
@@ -96,7 +96,7 @@ jobs:
|
|||||||
make-release:
|
make-release:
|
||||||
working_directory: ~/alexanderzobnin/grafana-zabbix
|
working_directory: ~/alexanderzobnin/grafana-zabbix
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/node:8
|
- image: circleci/node:12
|
||||||
environment:
|
environment:
|
||||||
CI_GIT_USER: CircleCI
|
CI_GIT_USER: CircleCI
|
||||||
CI_GIT_EMAIL: ci@grafana.com
|
CI_GIT_EMAIL: ci@grafana.com
|
||||||
@@ -141,7 +141,7 @@ jobs:
|
|||||||
deploy-docs:
|
deploy-docs:
|
||||||
working_directory: ~/grafana-zabbix
|
working_directory: ~/grafana-zabbix
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/node:8
|
- image: circleci/node:12
|
||||||
environment:
|
environment:
|
||||||
GH_PAGES_BRANCH: gh-pages
|
GH_PAGES_BRANCH: gh-pages
|
||||||
CI_GIT_USER: CircleCI
|
CI_GIT_USER: CircleCI
|
||||||
|
|||||||
Reference in New Issue
Block a user