diff --git a/.circleci/config.yml b/.circleci/config.yml index 30eef62015c..4c6d4e4486c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,7 +12,7 @@ jobs: Circularity: docker: - - image: cimg/node:23.7.0 + - image: cimg/node:25.0.0 steps: - checkout - run: npm version @@ -21,7 +21,7 @@ jobs: Publint: docker: - - image: cimg/node:23.7.0 + - image: cimg/node:25.0.0 steps: - checkout - run: npm version @@ -31,7 +31,7 @@ jobs: Lint: docker: - - image: cimg/node:23.9.0 + - image: cimg/node:25.0.0 steps: - checkout - run: npm version @@ -42,7 +42,7 @@ jobs: Formatting: docker: - - image: cimg/node:23.9.0 + - image: cimg/node:25.0.0 steps: - checkout - run: npm ci @@ -50,7 +50,7 @@ jobs: Tests: docker: - - image: cimg/node:23.9.0 + - image: cimg/node:25.0.0 parameters: project: type: string @@ -73,7 +73,7 @@ jobs: path: reports/junit Attest: docker: - - image: cimg/node:23.9.0 + - image: cimg/node:25.0.0 steps: - checkout - run: npm ci @@ -81,7 +81,7 @@ jobs: BuildTarball: docker: - - image: cimg/node:23.9.0 + - image: cimg/node:25.0.0 steps: - checkout - run: npm run ci:precheck @@ -100,7 +100,7 @@ jobs: react: type: string docker: - - image: cimg/node:23.9.0-browsers + - image: cimg/node:25.0.0-browsers steps: - checkout - attach_workspace: @@ -141,7 +141,7 @@ jobs: externalPackage: type: string docker: - - image: cimg/node:23.9.0 + - image: cimg/node:25.0.0 steps: - checkout - attach_workspace: