Skip to content

Commit 695e821

Browse files
[skip ci] Update circleci/node Docker tag to v12.18.4 (#73)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 082847d commit 695e821

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
@@ -4,7 +4,7 @@ debug: true
44
jobs:
55
build:
66
docker:
7-
- image: circleci/node:12.18.2
7+
- image: circleci/node:12.18.4
88
steps:
99
- checkout
1010
- run: yarn install
@@ -16,7 +16,7 @@ jobs:
1616
- .
1717
publish:
1818
docker:
19-
- image: circleci/node:12.18.2
19+
- image: circleci/node:12.18.4
2020
steps:
2121
- attach_workspace:
2222
at: .

0 commit comments

Comments
 (0)