Skip to content

Commit 1101572

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update circleci/node docker tag to v10.24.1
1 parent f8b5e7b commit 1101572

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
@@ -2,7 +2,7 @@ version: 2
22
jobs:
33
build:
44
docker:
5-
- image: circleci/node:10.24.0
5+
- image: circleci/node:10.24.1
66
working_directory: ~/repo
77
steps:
88
- checkout
@@ -26,7 +26,7 @@ jobs:
2626
paths: .
2727
release:
2828
docker:
29-
- image: circleci/node:10.24.0
29+
- image: circleci/node:10.24.1
3030
steps:
3131
- checkout
3232
- run: npm install

0 commit comments

Comments
 (0)