From 55f52a2ad12d7686bed6785d47b188b63535651a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Aug 2022 12:53:09 +0000 Subject: [PATCH] Update Node.js to v18 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3174aa11..14fcfc6c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,7 +9,7 @@ jobs: # Specify the execution environment. You can specify an image from Dockerhub or use one of our Convenience Images from CircleCI's Developer Hub. # See: https://circleci.com/docs/2.0/configuration-reference/#docker-machine-macos-windows-executor docker: - - image: cimg/node:16.16.0 + - image: cimg/node:18.7.0 # Add steps to the job # See: https://circleci.com/docs/2.0/configuration-reference/#steps steps: