From fb7e1f2e64236f7d57d055fe11eed69920f7ef7a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 18:45:39 +0000 Subject: [PATCH] Update Node.js to v21.6.1 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e3bf9f2c..9cc438e6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -59,7 +59,7 @@ jobs: # a collection of steps vue-tests: docker: - - image: cimg/node:21.6.0 + - image: cimg/node:21.6.1 working_directory: ~/laravel steps: - checkout