Skip to content

Commit dcaaafa

Browse files
authoredOct 26, 2023
chore(deps): update node.js to v21.1
1 parent 769b599 commit dcaaafa

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
@@ -25,7 +25,7 @@ jobs:
2525
build:
2626
working_directory: ~/nest
2727
docker:
28-
- image: cimg/node:21.0
28+
- image: cimg/node:21.1
2929
steps:
3030
- checkout
3131
- run:
@@ -47,7 +47,7 @@ jobs:
4747
unit_tests:
4848
working_directory: ~/nest
4949
docker:
50-
- image: cimg/node:21.0
50+
- image: cimg/node:21.1
5151
steps:
5252
- checkout
5353
- *restore-cache
@@ -58,7 +58,7 @@ jobs:
5858
e2e_tests:
5959
working_directory: ~/nest
6060
docker:
61-
- image: cimg/node:21.0
61+
- image: cimg/node:21.1
6262
steps:
6363
- checkout
6464
- *restore-cache

0 commit comments

Comments
 (0)
Please sign in to comment.