Skip to content

Commit b8216b2

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update circleci/node docker tag to v10.23.0
1 parent 903a490 commit b8216b2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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.22.1
5+
- image: circleci/node:10.23.0
66
working_directory: ~/repo
77
steps:
88
- checkout
@@ -26,7 +26,7 @@ jobs:
2626
paths: .
2727
release:
2828
docker:
29-
- image: circleci/node:10.22.1
29+
- image: circleci/node:10.23.0
3030
steps:
3131
- checkout
3232
- run: npm install

0 commit comments

Comments
 (0)