Skip to content

Commit fdbddfc

Browse files
chore(deps): update node.js to v22.22.0
1 parent b71d65c commit fdbddfc

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
@@ -25,7 +25,7 @@ jobs:
2525
build:
2626
working_directory: ~/notch
2727
docker:
28-
- image: cimg/node:22.16.0
28+
- image: cimg/node:22.22.0
2929
steps:
3030
- checkout
3131
- *restore-cache
@@ -38,7 +38,7 @@ jobs:
3838
tests:
3939
working_directory: ~/notch
4040
docker:
41-
- image: cimg/node:22.16.0
41+
- image: cimg/node:22.22.0
4242
steps:
4343
- checkout
4444
- *restore-cache

0 commit comments

Comments
 (0)