File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1212
1313 Lint :
1414 docker :
15- - image : cimg/node:23.9.0
15+ - image : cimg/node:23.11.1
1616 steps :
1717 - checkout
1818 - run : npm version
@@ -21,15 +21,15 @@ jobs:
2121
2222 Formatting :
2323 docker :
24- - image : cimg/node:23.9.0
24+ - image : cimg/node:23.11.1
2525 steps :
2626 - checkout
2727 - run : npm ci
2828 - run : npm run check:format
2929
3030 Tests :
3131 docker :
32- - image : cimg/node:23.9.0
32+ - image : cimg/node:23.11.1
3333 parameters :
3434 project :
3535 type : string
@@ -50,15 +50,15 @@ jobs:
5050 path : reports/junit
5151 Attest :
5252 docker :
53- - image : cimg/node:23.9.0
53+ - image : cimg/node:23.11.1
5454 steps :
5555 - checkout
5656 - run : npm ci
5757 - run : npm run test:type-benches
5858
5959 BuildTarball :
6060 docker :
61- - image : cimg/node:23.9.0
61+ - image : cimg/node:23.11.1
6262 steps :
6363 - checkout
6464 - run : npm run ci:precheck
7777 react :
7878 type : string
7979 docker :
80- - image : cimg/node:23.9.0 -browsers
80+ - image : cimg/node:23.11.1 -browsers
8181 steps :
8282 - checkout
8383 - attach_workspace :
@@ -115,7 +115,7 @@ jobs:
115115 externalPackage :
116116 type : string
117117 docker :
118- - image : cimg/node:23.9.0
118+ - image : cimg/node:23.11.1
119119 steps :
120120 - checkout
121121 - attach_workspace :
You can’t perform that action at this time.
0 commit comments