Skip to content

Commit f939d66

Browse files
chore(deps): update node.js to v18.19.1 (#1466)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 499fc54 commit f939d66

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
build-linux-and-osx:
3535
docker:
36-
- image: cimg/node:18.19.0@sha256:517ac996ce77066b773e9473d8adc84f860d91302b0c70bf335eabb682aa03a4
36+
- image: cimg/node:18.19.1@sha256:97b64f6dda10d5c389147eee50c1c99eef0e1713d553d8f103c3821b8e1830ae
3737

3838
working_directory: ~/repo
3939

@@ -230,7 +230,7 @@ jobs:
230230

231231
test-linux:
232232
docker:
233-
- image: cimg/node:18.19.0@sha256:517ac996ce77066b773e9473d8adc84f860d91302b0c70bf335eabb682aa03a4
233+
- image: cimg/node:18.19.1@sha256:97b64f6dda10d5c389147eee50c1c99eef0e1713d553d8f103c3821b8e1830ae
234234
steps:
235235
- checkout
236236
- attach_workspace:
@@ -263,7 +263,7 @@ jobs:
263263

264264
test-linux-without-git:
265265
docker:
266-
- image: cimg/node:18.19.0@sha256:517ac996ce77066b773e9473d8adc84f860d91302b0c70bf335eabb682aa03a4
266+
- image: cimg/node:18.19.1@sha256:97b64f6dda10d5c389147eee50c1c99eef0e1713d553d8f103c3821b8e1830ae
267267
steps:
268268
- checkout
269269
- attach_workspace:
@@ -504,7 +504,7 @@ jobs:
504504

505505
review:
506506
docker:
507-
- image: cimg/node:18.19.0@sha256:517ac996ce77066b773e9473d8adc84f860d91302b0c70bf335eabb682aa03a4
507+
- image: cimg/node:18.19.1@sha256:97b64f6dda10d5c389147eee50c1c99eef0e1713d553d8f103c3821b8e1830ae
508508
steps:
509509
- attach_workspace:
510510
at: .
@@ -543,7 +543,7 @@ jobs:
543543

544544
deploy:
545545
docker:
546-
- image: cimg/node:18.19.0@sha256:517ac996ce77066b773e9473d8adc84f860d91302b0c70bf335eabb682aa03a4
546+
- image: cimg/node:18.19.1@sha256:97b64f6dda10d5c389147eee50c1c99eef0e1713d553d8f103c3821b8e1830ae
547547
steps:
548548
- attach_workspace:
549549
at: .

0 commit comments

Comments
 (0)