Skip to content

Commit 9c4a3b3

Browse files
chore(deps): update cimg/node docker tag to v23.11.0 (#1674)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent aa83312 commit 9c4a3b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

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

1818
formatting:
1919
docker:
20-
- image: cimg/node:23.6.1
20+
- image: cimg/node:23.11.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.6.1
28+
- image: cimg/node:23.11.0
2929
steps:
3030
- checkout
3131
- run: npm ci

0 commit comments

Comments
 (0)