Skip to content

Commit c4f0a23

Browse files
committed
Bump Node.js to 20.x
1 parent d04cb79 commit c4f0a23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ references:
1111
working_directory: ~/addons-scanner-utils
1212
docker:
1313
# This is the NodeJS version we run in production.
14-
- image: cimg/node:18.15
14+
- image: cimg/node:20.18
1515

1616
defaults-next: &defaults-next
1717
working_directory: ~/addons-scanner-utils
1818
docker:
1919
# This is the next NodeJS version we will support.
20-
- image: cimg/node:20.11
20+
- image: cimg/node:22.18
2121

2222
restore_build_cache: &restore_build_cache
2323
restore_cache:

0 commit comments

Comments
 (0)