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 1515
1616 Lint :
1717 docker :
18- - image : cimg/node:23.3 .0
18+ - image : cimg/node:23.5 .0
1919 steps :
2020 - checkout
2121 - run : npm version
@@ -24,15 +24,15 @@ jobs:
2424
2525 Formatting :
2626 docker :
27- - image : cimg/node:23.3 .0
27+ - image : cimg/node:23.5 .0
2828 steps :
2929 - checkout
3030 - run : npm ci
3131 - run : npm run check:format
3232
3333 Tests :
3434 docker :
35- - image : cimg/node:23.3 .0
35+ - image : cimg/node:23.5 .0
3636 parameters :
3737 project :
3838 type : string
@@ -53,15 +53,15 @@ jobs:
5353 path : reports/junit
5454 Attest :
5555 docker :
56- - image : cimg/node:23.3 .0
56+ - image : cimg/node:23.5 .0
5757 steps :
5858 - checkout
5959 - run : npm ci
6060 - run : npm run test:type-benches
6161
6262 BuildTarball :
6363 docker :
64- - image : cimg/node:23.3 .0
64+ - image : cimg/node:23.5 .0
6565 steps :
6666 - checkout
6767 - run : npm run ci:precheck
8080 react :
8181 type : string
8282 docker :
83- - image : cimg/node:23.3 .0-browsers
83+ - image : cimg/node:23.5 .0-browsers
8484 steps :
8585 - checkout
8686 - attach_workspace :
@@ -118,7 +118,7 @@ jobs:
118118 externalPackage :
119119 type : string
120120 docker :
121- - image : cimg/node:23.3 .0
121+ - image : cimg/node:23.5 .0
122122 steps :
123123 - checkout
124124 - attach_workspace :
You can’t perform that action at this time.
0 commit comments