Skip to content

Commit f279dc4

Browse files
committed
chore(deps): update circleci/node:8.12.0 docker digest to 2c84f34
1 parent e483a54 commit f279dc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
build:
2020
working_directory: ~/guesswork
2121
docker:
22-
- image: circleci/node:8.12.0@sha256:a44f73432310d38236bec7a6b7acc1eaa57fa56171e4e698d264bbbaaa5f1b97
22+
- image: circleci/node:8.12.0@sha256:2c84f344eb3916f3fe6808a5b2cfc503e353f95cbc19b3b04fa36b3aa84581e8
2323
steps:
2424
- checkout
2525
- run:
@@ -45,7 +45,7 @@ jobs:
4545
release:
4646
working_directory: ~/guesswork
4747
docker:
48-
- image: circleci/node:8.12.0@sha256:a44f73432310d38236bec7a6b7acc1eaa57fa56171e4e698d264bbbaaa5f1b97
48+
- image: circleci/node:8.12.0@sha256:2c84f344eb3916f3fe6808a5b2cfc503e353f95cbc19b3b04fa36b3aa84581e8
4949
steps:
5050
- checkout
5151
- run: npm install

0 commit comments

Comments
 (0)