From 7e7bbdbbac344a1ee16f038511dd243d273beabd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 22:50:31 +0000 Subject: [PATCH] Update Node.js to v21 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d78a82c2..e26634dc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -59,7 +59,7 @@ jobs: # a collection of steps vue-tests: docker: - - image: cimg/node:20.8.0 + - image: cimg/node:21.2.0 working_directory: ~/laravel steps: - checkout