update
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -97,8 +97,8 @@ jobs:
|
||||
with:
|
||||
node-version: 24
|
||||
|
||||
# - name: Install Bun
|
||||
# uses: oven-sh/setup-bun@v2
|
||||
- name: Install Bun
|
||||
uses: oven-sh/setup-bun@v2
|
||||
|
||||
- name: Download generate artifact
|
||||
uses: actions/download-artifact@v4
|
||||
@@ -108,7 +108,7 @@ jobs:
|
||||
|
||||
- name: Install ESA CLI
|
||||
run: |
|
||||
npm install -g esa-cli
|
||||
bun install -g esa-cli
|
||||
|
||||
- name: Deploy to ESA
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user