feat: Move to bun

This commit is contained in:
Jan K9f 2025-08-14 13:46:44 +02:00
commit c449fe693d
Signed by: jank
GPG key ID: 22BEAC760B3333D6

View file

@ -15,17 +15,17 @@ runs:
uses: actions/checkout@v3 uses: actions/checkout@v3
with: with:
fetch-depth: 0 fetch-depth: 0
- uses: oven-sh/setup-bun@v2
- name: Setup Node.js - name: Setup Node.js
uses: actions/setup-node@v3 uses: actions/setup-node@v3
with: with:
node-version: "lts/*" node-version: "lts/*"
- name: Install dependencies - name: Install dependencies
run: npm install semantic-release @saithodev/semantic-release-gitea @semantic-release/changelog run: bun install semantic-release @saithodev/semantic-release-gitea @semantic-release/changelog
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies - name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
run: npm audit signatures run: bun audit signatures
- name: Release - name: Release
env: env:
GITHUB_TOKEN: ${{ inputs.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ inputs.GITHUB_TOKEN }}
GITEA_TOKEN: ${{ inputs.GITEA_TOKEN }} GITEA_TOKEN: ${{ inputs.GITEA_TOKEN }}
run: npx semantic-release run: bunx semantic-release