File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments