aboutsummaryrefslogtreecommitdiffstats
path: root/.circleci
diff options
context:
space:
mode:
authorWhymarrh Whitby <whymarrh.whitby@gmail.com>2019-06-20 22:53:31 +0800
committerWhymarrh Whitby <whymarrh.whitby@gmail.com>2019-06-20 22:53:31 +0800
commitdcf36766859d27f21c13de7d09adabf847a2c9c2 (patch)
treebe3bc3c4ef3245dd5f79ebc2deef647779b2c993 /.circleci
parentffda4210d6af851f872657a578eef6f89d40a1ef (diff)
downloadtangerine-wallet-browser-dcf36766859d27f21c13de7d09adabf847a2c9c2.tar.gz
tangerine-wallet-browser-dcf36766859d27f21c13de7d09adabf847a2c9c2.tar.zst
tangerine-wallet-browser-dcf36766859d27f21c13de7d09adabf847a2c9c2.zip
ci: Update to Node 8.16 Docker images
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml32
1 files changed, 16 insertions, 16 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index f4dd245f2..967844b91 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -80,7 +80,7 @@ workflows:
jobs:
prep-deps-npm:
docker:
- - image: circleci/node:8.15.1-browsers
+ - image: circleci/node:8.16-browsers
steps:
- checkout
- run:
@@ -94,7 +94,7 @@ jobs:
prep-build:
docker:
- - image: circleci/node:8.15.1-browsers
+ - image: circleci/node:8.16-browsers
steps:
- checkout
- attach_workspace:
@@ -113,7 +113,7 @@ jobs:
prep-docs:
docker:
- - image: circleci/node:8.15.1-browsers
+ - image: circleci/node:8.16-browsers
steps:
- checkout
- attach_workspace:
@@ -128,7 +128,7 @@ jobs:
prep-scss:
docker:
- - image: circleci/node:8.15.1-browsers
+ - image: circleci/node:8.16-browsers
steps:
- checkout
- attach_workspace:
@@ -147,7 +147,7 @@ jobs:
test-lint:
docker:
- - image: circleci/node:8.15.1-browsers
+ - image: circleci/node:8.16-browsers
steps:
- checkout
- attach_workspace:
@@ -158,7 +158,7 @@ jobs:
test-deps:
docker:
- - image: circleci/node:8.15.1-browsers
+ - image: circleci/node:8.16-browsers
steps:
- checkout
- attach_workspace:
@@ -182,7 +182,7 @@ jobs:
# destination: test-artifacts
test-e2e-chrome:
docker:
- - image: circleci/node:8.15.1-browsers
+ - image: circleci/node:8.16-browsers
steps:
- checkout
- attach_workspace:
@@ -197,7 +197,7 @@ jobs:
test-e2e-firefox:
docker:
- - image: circleci/node:8.15.1-browsers
+ - image: circleci/node:8.16-browsers
steps:
- checkout
- run:
@@ -215,7 +215,7 @@ jobs:
job-screens:
docker:
- - image: circleci/node:8.15.1-browsers
+ - image: circleci/node:8.16-browsers
steps:
- checkout
- attach_workspace:
@@ -230,7 +230,7 @@ jobs:
job-publish-prerelease:
docker:
- - image: circleci/node:8.15.1-browsers
+ - image: circleci/node:8.16-browsers
steps:
- checkout
- attach_workspace:
@@ -250,7 +250,7 @@ jobs:
job-publish-release:
docker:
- - image: circleci/node:8.15.1-browsers
+ - image: circleci/node:8.16-browsers
steps:
- checkout
- attach_workspace:
@@ -267,7 +267,7 @@ jobs:
test-unit:
docker:
- - image: circleci/node:8.15.1-browsers
+ - image: circleci/node:8.16-browsers
steps:
- checkout
- attach_workspace:
@@ -277,7 +277,7 @@ jobs:
command: npm run test:coverage
test-mozilla-lint:
docker:
- - image: circleci/node:8.15.1-browsers
+ - image: circleci/node:8.16-browsers
steps:
- checkout
- attach_workspace:
@@ -288,7 +288,7 @@ jobs:
test-integration-flat-firefox:
docker:
- - image: circleci/node:8.15.1-browsers
+ - image: circleci/node:8.16-browsers
steps:
- checkout
- attach_workspace:
@@ -304,7 +304,7 @@ jobs:
environment:
browsers: '["Chrome"]'
docker:
- - image: circleci/node:8.15.1-browsers
+ - image: circleci/node:8.16-browsers
steps:
- checkout
- attach_workspace:
@@ -315,7 +315,7 @@ jobs:
all-tests-pass:
docker:
- - image: circleci/node:8.15.1-browsers
+ - image: circleci/node:8.16-browsers
steps:
- run:
name: All Tests Passed