File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -11,21 +11,25 @@ references:
11
11
working_directory : ~/addons-linter
12
12
docker :
13
13
# This is the NodeJS version we run in production.
14
- - image : cimg/node:12.22
14
+ - image : cimg/node:14.19
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 : cimg/node:14.19
20
+ - image : cimg/node:16.14
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 : cimg/node:16.14
28
+ - image : cimg/node:17.7
29
+ environment :
30
+ # # workaround `npm run build` issue triggered by webpack
31
+ # # on nodejs 17.
32
+ NODE_OPTIONS : --openssl-legacy-provider
29
33
30
34
restore_build_cache : &restore_build_cache
31
35
restore_cache :
You can’t perform that action at this time.
0 commit comments