diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0264b67..8ed260e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,6 +28,11 @@ jobs: with: bun-version: latest + - name: Setup Node.js + uses: actions/setup-node@v3 + with: + node-version: 'lts/*' + - name: Install dependencies run: bun install @@ -37,4 +42,4 @@ jobs: - name: Release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: nvm install 'lts/*' && npx semantic-release + run: npx semantic-release diff --git a/bun.lockb b/bun.lockb index 4e8b98b..160daa0 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 2b0366f..af2cc98 100644 --- a/package.json +++ b/package.json @@ -36,6 +36,7 @@ "devDependencies": { "@playwright/test": "^1.28.1", "@semantic-release/changelog": "^6.0.3", + "@semantic-release/commit-analyzer": "^11.1.0", "@semantic-release/git": "^10.0.1", "@sveltejs/adapter-static": "^3.0.1", "@sveltejs/kit": "^2.0.0",