diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f999b72..96b505a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,6 +16,10 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 + - name: Setup node + uses: actions/setup-node@v4 + with: + node-version: 20.x - name: Install bun uses: oven-sh/setup-bun@v1 - name: Install dependencies @@ -48,15 +52,14 @@ jobs: steps: - name: Checkout Code uses: actions/checkout@v4 - - name: Install bun - uses: oven-sh/setup-bun@v1 - - name: Install dependencies - run: bun install - name: Setup node - # node needed or semantic-release complains when publishing npm uses: actions/setup-node@v4 with: node-version: 20.x + - name: Install bun + uses: oven-sh/setup-bun@v1 + - name: Install dependencies + run: bun install - name: Release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/bun.lockb b/bun.lockb index 30dccf6..7406451 100755 Binary files a/bun.lockb and b/bun.lockb differ