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.
1 parent d04cb79 commit c4f0a23Copy full SHA for c4f0a23
.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.18
21
22
restore_build_cache: &restore_build_cache
23
restore_cache:
0 commit comments