Skip to content

Commit 4fa4f35

Browse files
chore(deps): update cimg/node docker tag to v23.5.0 (#1609)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1b5643d commit 4fa4f35

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ orbs:
66
jobs:
77
lint:
88
docker:
9-
- image: cimg/node:23.3.0
9+
- image: cimg/node:23.5.0
1010
steps:
1111
- checkout
1212
- run: npm ci
@@ -17,15 +17,15 @@ jobs:
1717

1818
formatting:
1919
docker:
20-
- image: cimg/node:23.3.0
20+
- image: cimg/node:23.5.0
2121
steps:
2222
- checkout
2323
- run: npm ci
2424
- run: npm run check:format
2525

2626
test:
2727
docker:
28-
- image: cimg/node:23.3.0
28+
- image: cimg/node:23.5.0
2929
steps:
3030
- checkout
3131
- run: npm ci

0 commit comments

Comments
 (0)