updated node to 12
This commit is contained in:
parent
01110b4ec1
commit
89469e3c9c
5 changed files with 4646 additions and 6988 deletions
|
@ -2,7 +2,7 @@ version: 2.0
|
|||
jobs:
|
||||
test:
|
||||
docker:
|
||||
- image: circleci/node:10-browsers
|
||||
- image: circleci/node:12-browsers
|
||||
steps:
|
||||
- checkout
|
||||
- run: npm ci
|
||||
|
@ -12,7 +12,7 @@ jobs:
|
|||
path: coverage
|
||||
integration_tests:
|
||||
docker:
|
||||
- image: circleci/node:10-browsers
|
||||
- image: circleci/node:12-browsers
|
||||
steps:
|
||||
- checkout
|
||||
- run: npm ci
|
||||
|
@ -21,7 +21,7 @@ jobs:
|
|||
command: ./scripts/bin/run-integration-test-circleci.sh
|
||||
deploy_dev:
|
||||
docker:
|
||||
- image: circleci/node:10
|
||||
- image: circleci/node:12
|
||||
steps:
|
||||
- checkout
|
||||
- setup_remote_docker
|
||||
|
@ -30,7 +30,7 @@ jobs:
|
|||
- run: docker push mozilla/send:latest
|
||||
deploy_vnext:
|
||||
docker:
|
||||
- image: circleci/node:10
|
||||
- image: circleci/node:12
|
||||
steps:
|
||||
- checkout
|
||||
- setup_remote_docker
|
||||
|
@ -39,7 +39,7 @@ jobs:
|
|||
- run: docker push mozilla/send:vnext
|
||||
deploy_stage:
|
||||
docker:
|
||||
- image: circleci/node:10
|
||||
- image: circleci/node:12
|
||||
steps:
|
||||
- checkout
|
||||
- setup_remote_docker
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue