File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 12
12
13
13
Lint :
14
14
docker :
15
- - image : cimg/node:23.7 .0
15
+ - image : cimg/node:23.9 .0
16
16
steps :
17
17
- checkout
18
18
- run : npm version
@@ -21,15 +21,15 @@ jobs:
21
21
22
22
Formatting :
23
23
docker :
24
- - image : cimg/node:23.7 .0
24
+ - image : cimg/node:23.9 .0
25
25
steps :
26
26
- checkout
27
27
- run : npm ci
28
28
- run : npm run check:format
29
29
30
30
Tests :
31
31
docker :
32
- - image : cimg/node:23.7 .0
32
+ - image : cimg/node:23.9 .0
33
33
parameters :
34
34
project :
35
35
type : string
@@ -50,15 +50,15 @@ jobs:
50
50
path : reports/junit
51
51
Attest :
52
52
docker :
53
- - image : cimg/node:23.7 .0
53
+ - image : cimg/node:23.9 .0
54
54
steps :
55
55
- checkout
56
56
- run : npm ci
57
57
- run : npm run test:type-benches
58
58
59
59
BuildTarball :
60
60
docker :
61
- - image : cimg/node:23.7 .0
61
+ - image : cimg/node:23.9 .0
62
62
steps :
63
63
- checkout
64
64
- run : npm run ci:precheck
77
77
react :
78
78
type : string
79
79
docker :
80
- - image : cimg/node:23.7 .0-browsers
80
+ - image : cimg/node:23.9 .0-browsers
81
81
steps :
82
82
- checkout
83
83
- attach_workspace :
@@ -115,7 +115,7 @@ jobs:
115
115
externalPackage :
116
116
type : string
117
117
docker :
118
- - image : cimg/node:23.7 .0
118
+ - image : cimg/node:23.9 .0
119
119
steps :
120
120
- checkout
121
121
- attach_workspace :
You can’t perform that action at this time.
0 commit comments