This commit is contained in:
@@ -13,9 +13,9 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Setup Bun
|
- name: Setup Bun
|
||||||
run: |
|
uses: oven-sh/setup-bun@v2
|
||||||
curl -fsSL https://bun.sh/install | bash -s "bun-v1.3.3"
|
with:
|
||||||
echo "$HOME/.bun/bin" >> $GITHUB_PATH
|
bun-download-url: "https://github.com/oven-sh/bun/releases/download/bun-v1.3.3/bun-linux-x64.zip"
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: bun install --frozen-lockfile
|
run: bun install --frozen-lockfile
|
||||||
|
|||||||
@@ -13,9 +13,9 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Setup Bun
|
- name: Setup Bun
|
||||||
run: |
|
uses: oven-sh/setup-bun@v2
|
||||||
curl -fsSL https://bun.sh/install | bash -s "bun-v1.3.3"
|
with:
|
||||||
echo "$HOME/.bun/bin" >> $GITHUB_PATH
|
bun-download-url: "https://github.com/oven-sh/bun/releases/download/bun-v1.3.3/bun-linux-x64.zip"
|
||||||
|
|
||||||
- name: Set version from tag
|
- name: Set version from tag
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user