mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-05-10 04:00:24 +00:00
🎨 cache npm
This commit is contained in:
parent
89f1b10f58
commit
220ff848f3
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build-view.yml
vendored
3
.github/workflows/build-view.yml
vendored
|
|
@ -29,6 +29,7 @@ jobs:
|
|||
uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version: 20
|
||||
cache: 'npm'
|
||||
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v6
|
||||
|
|
@ -44,7 +45,7 @@ jobs:
|
|||
run: npm install -g bun
|
||||
|
||||
- name: Install Dependencies
|
||||
run: npm install
|
||||
run: npm ci
|
||||
|
||||
# Step for macOS builds with signing
|
||||
- name: Build Release Files (macOS with signing)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue