From 68fd3be0ff5c2e3a71a1e53b7c535afe99fa7744 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 26 Aug 2023 04:57:02 +0000 Subject: [PATCH] chore(deps): update node.js to v20 --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ddbcc7ee..0982d218 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,7 +9,7 @@ jobs: lint: description: Checks the code formatting docker: - - image: cimg/node:16.20.1 + - image: cimg/node:20.5.1 environment: # we don't need Cypress to check code styl CYPRESS_INSTALL_BINARY: '0' @@ -83,7 +83,7 @@ jobs: publish: description: Publishes the new version of the plugin to NPM docker: - - image: cimg/node:16.20.1 + - image: cimg/node:20.5.1 environment: # we don't need Cypress to do the release CYPRESS_INSTALL_BINARY: '0'