Skip to content

Commit 4d88ed0

Browse files
authored
Merge pull request #817 from mozilla/node-20
Bump Node.js to 20.x
2 parents 796b9d5 + 9ea5527 commit 4d88ed0

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.14
2121

2222
restore_build_cache: &restore_build_cache
2323
restore_cache:

0 commit comments

Comments
 (0)