Fix bun-types version being incorrect

This commit is contained in:
Ashcon Partovi
2024-01-24 15:21:10 -07:00
committed by GitHub
parent 3447bc2ed3
commit 885d705d55

View File

@@ -111,9 +111,15 @@ jobs:
with:
node-version: latest
- name: Setup Bun
if: ${{ env.BUN_VERSION != 'canary' }}
uses: oven-sh/setup-bun@v1
with:
bun-version: "1.0.21"
- name: Setup Bun
if: ${{ env.BUN_VERSION == 'canary' }}
uses: oven-sh/setup-bun@v1
with:
bun-version: "canary" # Must be 'canary' so tag is correct
- name: Install Dependencies
run: bun install
- name: Setup Tag