Update Node.js cache path and install command

This commit is contained in:
Adish M 2026-04-15 12:12:50 +05:30 committed by GitHub
parent e45b8ee491
commit 8acc4e5cc8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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