Skip to content

Commit

Permalink
chore(deps): update node.js to v8.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 28, 2018
1 parent ea9ec80 commit 6b3de1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
build:
working_directory: ~/redux-store-element
docker:
- image: circleci/node:8.11.1@sha256:cc078ac24326b6ba3e28eb1adb7f300fec7c17d2756850a2ffa436d18d629ddc
- image: circleci/node:8.11.3@sha256:6ecd7eb35c7cf8c695bfb54c7731f5b32f21f06d39db0c3b7f363d87d351dab7
steps:
- checkout
- run:
Expand All @@ -42,7 +42,7 @@ jobs:
release:
working_directory: ~/redux-store-element
docker:
- image: circleci/node:8.11.1@sha256:cc078ac24326b6ba3e28eb1adb7f300fec7c17d2756850a2ffa436d18d629ddc
- image: circleci/node:8.11.3@sha256:6ecd7eb35c7cf8c695bfb54c7731f5b32f21f06d39db0c3b7f363d87d351dab7
steps:
- checkout
- run: npm install
Expand Down

0 comments on commit 6b3de1b

Please sign in to comment.