From ff3452c2cd74ae6d6d530e12d4733cf0ed2cf298 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 Mar 2024 16:26:58 +0000 Subject: [PATCH] chore(deps): update node.js to v18 --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 07b3712cc..e2c14810a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -22,7 +22,7 @@ version: 2 jobs: checkout: docker: - - image: cimg/node:16.20.2 + - image: cimg/node:18.20.0 steps: - checkout - run: *yarn @@ -31,7 +31,7 @@ jobs: lint: <<: *defaults docker: - - image: cimg/node:16.20.2 + - image: cimg/node:18.20.0 steps: - attach-workspace: *attach-work-dir @@ -40,7 +40,7 @@ jobs: test: <<: *defaults docker: - - image: cimg/node:16.20.2 + - image: cimg/node:18.20.0 steps: - attach-workspace: *attach-work-dir @@ -49,7 +49,7 @@ jobs: release: <<: *defaults docker: - - image: cimg/node:16.20.2 + - image: cimg/node:18.20.0 steps: - attach-workspace: *attach-work-dir - run: yarn build && yarn compile && yarn semantic-release