Merge pull request #15928 from ToolJet/adishM98-patch-2

Update Node setup and dependency installation steps
This commit is contained in:
Adish M 2026-04-15 11:55:14 +05:30 committed by GitHub
commit afab2c6247
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