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