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:
11
11
working_directory : ~/addons-linter
12
12
docker :
13
13
# This is the NodeJS version we run in production.
14
- - image : circleci /node:12
14
+ - image : cimg /node:12.22
15
15
16
16
defaults-next : &defaults-next
17
17
<< : *defaults
18
18
docker :
19
19
# This is the next NodeJS version we will support.
20
- - image : circleci /node:14
20
+ - image : cimg /node:14.19
21
21
22
22
defaults-alternate : &defaults-alternate
23
23
<< : *defaults
24
24
docker :
25
25
# This is an alternate Node version we support or want to support in the
26
26
# (far) future. It can either be lower or higher than the current Node
27
27
# version we run in production.
28
- - image : circleci /node:16
28
+ - image : cimg /node:16.14
29
29
30
30
restore_build_cache : &restore_build_cache
31
31
restore_cache :
You can’t perform that action at this time.
0 commit comments