We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1b43c0 commit cd17782Copy full SHA for cd17782
.circleci/config.yml
@@ -48,17 +48,17 @@ aliases:
48
executors:
49
node_16:
50
docker:
51
- - image: cimg/node:16.20.2
+ - image: cimg/node:22.0.0
52
working_directory: *working_directory
53
54
node_18:
55
56
- - image: cimg/node:18.20.2
57
58
59
node_20:
60
61
- - image: cimg/node:20.12.2
62
63
64
0 commit comments