diff --git a/.github/workflows/publish-npm.yml b/.github/workflows/publish-npm.yml index 27e38eb1..20578673 100644 --- a/.github/workflows/publish-npm.yml +++ b/.github/workflows/publish-npm.yml @@ -22,6 +22,17 @@ jobs: node-version: '20' registry-url: 'https://registry.npmjs.org' + - name: Setup Bun + uses: oven-sh/setup-bun@v2 + with: + bun-version: latest + + - name: Install dependencies + run: bun install + + - name: Build package + run: bun run build + - name: Sync version from VERSION file run: node scripts/sync-version.js