File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 15
15
16
16
Lint :
17
17
docker :
18
- - image : cimg/node:22.8 .0
18
+ - image : cimg/node:22.9 .0
19
19
steps :
20
20
- checkout
21
21
- run : npm version
@@ -24,15 +24,15 @@ jobs:
24
24
25
25
Formatting :
26
26
docker :
27
- - image : cimg/node:22.8 .0
27
+ - image : cimg/node:22.9 .0
28
28
steps :
29
29
- checkout
30
30
- run : npm ci
31
31
- run : npm run check:format
32
32
33
33
Tests :
34
34
docker :
35
- - image : cimg/node:22.8 .0
35
+ - image : cimg/node:22.9 .0
36
36
parameters :
37
37
project :
38
38
type : string
54
54
55
55
BuildTarball :
56
56
docker :
57
- - image : cimg/node:22.8 .0
57
+ - image : cimg/node:22.9 .0
58
58
steps :
59
59
- checkout
60
60
- run : npm run ci:precheck
73
73
react :
74
74
type : string
75
75
docker :
76
- - image : cimg/node:22.8 .0-browsers
76
+ - image : cimg/node:22.9 .0-browsers
77
77
steps :
78
78
- checkout
79
79
- attach_workspace :
@@ -111,7 +111,7 @@ jobs:
111
111
externalPackage :
112
112
type : string
113
113
docker :
114
- - image : cimg/node:22.8 .0
114
+ - image : cimg/node:22.9 .0
115
115
steps :
116
116
- checkout
117
117
- attach_workspace :
You can’t perform that action at this time.
0 commit comments