Skip to content

Commit 36a5ede

Browse files
committed
Bump node versions
1 parent 3cfdd46 commit 36a5ede

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,21 @@ references:
1111
working_directory: ~/addons-linter
1212
docker:
1313
# This is the NodeJS version we run in production.
14-
- image: cimg/node:18.20
14+
- image: cimg/node:20.19
1515

1616
defaults-next: &defaults-next
1717
<<: *defaults
1818
docker:
1919
# This is the next NodeJS version we will support.
20-
- image: cimg/node:20.17
20+
- image: cimg/node:22.16
2121

2222
defaults-alternate: &defaults-alternate
2323
<<: *defaults
2424
docker:
2525
# This is an alternate Node version we support or want to support in the
2626
# (far) future. It can either be lower or higher than the current Node
2727
# version we run in production.
28-
- image: cimg/node:22.7
28+
- image: cimg/node:24.1
2929

3030
restore_build_cache: &restore_build_cache
3131
restore_cache:

0 commit comments

Comments
 (0)