Skip to content

Commit

Permalink
Bump Node version to 10.18
Browse files Browse the repository at this point in the history
  • Loading branch information
whymarrh committed Jan 29, 2020
1 parent cc78378 commit d1799f1
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
44 changes: 22 additions & 22 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ workflows:
jobs:
create_release_pull_request:
docker:
- image: circleci/node:10.17-browsers
- image: circleci/node:10.18-browsers
steps:
- checkout
- run:
Expand All @@ -104,7 +104,7 @@ jobs:
prep-deps:
docker:
- image: circleci/node:10.17-browsers
- image: circleci/node:10.18-browsers
steps:
- checkout
- run:
Expand All @@ -123,7 +123,7 @@ jobs:

prep-build:
docker:
- image: circleci/node:10.17-browsers
- image: circleci/node:10.18-browsers
steps:
- checkout
- attach_workspace:
Expand All @@ -142,7 +142,7 @@ jobs:

prep-build-test:
docker:
- image: circleci/node:10.16-browsers
- image: circleci/node:10.18-browsers
steps:
- checkout
- attach_workspace:
Expand All @@ -160,7 +160,7 @@ jobs:

prep-scss:
docker:
- image: circleci/node:10.17-browsers
- image: circleci/node:10.18-browsers
steps:
- checkout
- attach_workspace:
Expand All @@ -179,7 +179,7 @@ jobs:

test-lint:
docker:
- image: circleci/node:10.17-browsers
- image: circleci/node:10.18-browsers
steps:
- checkout
- attach_workspace:
Expand All @@ -193,7 +193,7 @@ jobs:

test-lint-shellcheck:
docker:
- image: circleci/node:10.17-browsers
- image: circleci/node:10.18-browsers
steps:
- checkout
- run: sudo apt-get install shellcheck
Expand All @@ -203,7 +203,7 @@ jobs:

test-lint-lockfile:
docker:
- image: circleci/node:10.17-browsers
- image: circleci/node:10.18-browsers
steps:
- checkout
- attach_workspace:
Expand All @@ -214,7 +214,7 @@ jobs:

test-deps:
docker:
- image: circleci/node:10.17-browsers
- image: circleci/node:10.18-browsers
steps:
- checkout
- attach_workspace:
Expand All @@ -225,7 +225,7 @@ jobs:

test-e2e-chrome:
docker:
- image: circleci/node:10.17-browsers
- image: circleci/node:10.18-browsers
steps:
- checkout
- attach_workspace:
Expand All @@ -243,7 +243,7 @@ jobs:

test-e2e-firefox:
docker:
- image: circleci/node:10.17-browsers
- image: circleci/node:10.18-browsers
steps:
- checkout
- run:
Expand All @@ -264,7 +264,7 @@ jobs:

benchmark:
docker:
- image: circleci/node:10.17-browsers
- image: circleci/node:10.18-browsers
steps:
- checkout
- attach_workspace:
Expand All @@ -285,7 +285,7 @@ jobs:

job-publish-prerelease:
docker:
- image: circleci/node:10.17-browsers
- image: circleci/node:10.18-browsers
steps:
- checkout
- attach_workspace:
Expand Down Expand Up @@ -315,7 +315,7 @@ jobs:

job-publish-release:
docker:
- image: circleci/node:10.17-browsers
- image: circleci/node:10.18-browsers
steps:
- checkout
- attach_workspace:
Expand All @@ -332,7 +332,7 @@ jobs:
command: .circleci/scripts/release-create-master-pr
# job-publish-storybook:
# docker:
# - image: circleci/node:10.17-browsers
# - image: circleci/node:10.18-browsers
# steps:
# - checkout
# - attach_workspace:
Expand All @@ -343,7 +343,7 @@ jobs:

test-unit:
docker:
- image: circleci/node:10.17-browsers
- image: circleci/node:10.18-browsers
steps:
- checkout
- attach_workspace:
Expand All @@ -358,7 +358,7 @@ jobs:
- coverage
test-unit-global:
docker:
- image: circleci/node:10.17-browsers
- image: circleci/node:10.18-browsers
steps:
- checkout
- attach_workspace:
Expand All @@ -368,7 +368,7 @@ jobs:
command: yarn test:unit:global
test-mozilla-lint:
docker:
- image: circleci/node:10.17-browsers
- image: circleci/node:10.18-browsers
steps:
- checkout
- attach_workspace:
Expand All @@ -379,7 +379,7 @@ jobs:

test-integration-flat-firefox:
docker:
- image: circleci/node:10.17-browsers
- image: circleci/node:10.18-browsers
steps:
- checkout
- attach_workspace:
Expand All @@ -395,7 +395,7 @@ jobs:
environment:
browsers: '["Chrome"]'
docker:
- image: circleci/node:10.17-browsers
- image: circleci/node:10.18-browsers
steps:
- checkout
- attach_workspace:
Expand All @@ -406,15 +406,15 @@ jobs:

all-tests-pass:
docker:
- image: circleci/node:10.17-browsers
- image: circleci/node:10.18-browsers
steps:
- run:
name: All Tests Passed
command: echo 'weew - everything passed!'

coveralls-upload:
docker:
- image: circleci/node:10.17-browsers
- image: circleci/node:10.18-browsers
steps:
- checkout
- attach_workspace:
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v10.17.0
v10.18.1

0 comments on commit d1799f1

Please sign in to comment.