Skip to content

Commit ce2a525

Browse files
chore(deps): update node.js to v24.14.0
1 parent 57eb548 commit ce2a525

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
@@ -17,7 +17,7 @@ jobs:
1717
build:
1818
working_directory: ~/nest
1919
docker:
20-
- image: cimg/node:24.11.1
20+
- image: cimg/node:24.14.0
2121
steps:
2222
- checkout
2323
- restore_cache:
@@ -35,7 +35,7 @@ jobs:
3535
test:
3636
working_directory: ~/nest
3737
docker:
38-
- image: cimg/node:24.11.1
38+
- image: cimg/node:24.14.0
3939
steps:
4040
- checkout
4141
- *restore-cache

0 commit comments

Comments
 (0)