From 5b3572ab724eab7ad7e95ba352755ba053be3053 Mon Sep 17 00:00:00 2001 From: fabiola29298 Date: Sat, 21 Oct 2023 22:32:41 -0400 Subject: [PATCH] npm 18.14.1 --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index aec0c80..b811f6a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -25,7 +25,7 @@ jobs: with: path: . # The root location of your Astro project inside the repository. (optional) node-version: 18.14.1 # The specific version of Node that should be used to build your site. Defaults to 18. (optional) - package-manager: npm@latest # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional) + package-manager: npm@18.14.1 # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional) cache: 'npm' cache-dependency-path: ./apps/docs/yarn.lock deploy: