diff --git a/.circleci/config.yml b/.circleci/config.yml index 7259abaf3f7..c2b00f8f508 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -15,7 +15,7 @@ jobs: Lint: docker: - - image: cimg/node:21.1.0 + - image: cimg/node:21.2.0 steps: - checkout - run: npm version @@ -24,7 +24,7 @@ jobs: Formatting: docker: - - image: cimg/node:21.1.0 + - image: cimg/node:21.2.0 steps: - checkout - run: npm ci @@ -32,7 +32,7 @@ jobs: Tests: docker: - - image: cimg/node:21.1.0 + - image: cimg/node:21.2.0 steps: - checkout - run: npm run ci:precheck @@ -50,7 +50,7 @@ jobs: BuildTarball: docker: - - image: cimg/node:21.1.0 + - image: cimg/node:21.2.0 steps: - checkout - run: npm run ci:precheck @@ -67,7 +67,7 @@ jobs: framework: type: string docker: - - image: cimg/node:21.1.0 + - image: cimg/node:21.2.0 steps: - checkout - attach_workspace: