mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-21 13:37:28 +00:00
Update Node.js cache path and install command
This commit is contained in:
parent
e45b8ee491
commit
8acc4e5cc8
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue