diff --git a/.github/workflows/storybook-netlify-deploy.yml b/.github/workflows/storybook-netlify-deploy.yml index 9a92fccfe1..daac438332 100644 --- a/.github/workflows/storybook-netlify-deploy.yml +++ b/.github/workflows/storybook-netlify-deploy.yml @@ -28,11 +28,11 @@ jobs: with: node-version: "22.15.1" cache: "npm" - cache-dependency-path: frontend/package-lock.json + cache-dependency-path: frontend/package.json - name: Install dependencies working-directory: frontend - run: npm ci + run: npm install - name: Build Storybook working-directory: frontend