We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 796b9d5 + 9ea5527 commit 4d88ed0Copy full SHA for 4d88ed0
.circleci/config.yml
@@ -11,13 +11,13 @@ references:
11
working_directory: ~/addons-scanner-utils
12
docker:
13
# This is the NodeJS version we run in production.
14
- - image: cimg/node:18.15
+ - image: cimg/node:20.18
15
16
defaults-next: &defaults-next
17
18
19
# This is the next NodeJS version we will support.
20
- - image: cimg/node:20.11
+ - image: cimg/node:22.14
21
22
restore_build_cache: &restore_build_cache
23
restore_cache:
0 commit comments