mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-21 13:37:28 +00:00
Merge pull request #15928 from ToolJet/adishM98-patch-2
Update Node setup and dependency installation steps
This commit is contained in:
commit
afab2c6247
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