We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7a557f commit 0b4b980Copy full SHA for 0b4b980
1 file changed
.circleci/config.yml
@@ -16,7 +16,7 @@ setup_env_file: &setup_env_file
16
executors:
17
default:
18
docker:
19
- - image: circleci/node:14
+ - image: cimg/node:22.2.0
20
working_directory: ~/project
21
22
orbs:
0 commit comments