diff options
author | Whymarrh Whitby <whymarrh.whitby@gmail.com> | 2019-06-26 00:46:21 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-26 00:46:21 +0800 |
commit | 542652c517ad7c3b67e041db206b2899a4f62644 (patch) | |
tree | 3fe9264eb72c6465b21f3250e968c93cb5942da7 | |
parent | a6246f38f5c937ff712eaa4ce54c1f4b50997a55 (diff) | |
parent | dcf36766859d27f21c13de7d09adabf847a2c9c2 (diff) | |
download | tangerine-wallet-browser-542652c517ad7c3b67e041db206b2899a4f62644.tar tangerine-wallet-browser-542652c517ad7c3b67e041db206b2899a4f62644.tar.gz tangerine-wallet-browser-542652c517ad7c3b67e041db206b2899a4f62644.tar.bz2 tangerine-wallet-browser-542652c517ad7c3b67e041db206b2899a4f62644.tar.lz tangerine-wallet-browser-542652c517ad7c3b67e041db206b2899a4f62644.tar.xz tangerine-wallet-browser-542652c517ad7c3b67e041db206b2899a4f62644.tar.zst tangerine-wallet-browser-542652c517ad7c3b67e041db206b2899a4f62644.zip |
Merge pull request #6735 from whymarrh/node-8.16
Node 8.16
-rw-r--r-- | .circleci/config.yml | 32 | ||||
-rw-r--r-- | .nvmrc | 2 |
2 files changed, 17 insertions, 17 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 @@ -1 +1 @@ -v8.15 +v8.16 |