feat: Move to bun #12
1 changed files with 4 additions and 4 deletions
|
@ -15,17 +15,17 @@ runs:
|
|||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- uses: oven-sh/setup-bun@v2
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: "lts/*"
|
||||
- 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
|
||||
run: npm audit signatures
|
||||
run: bun audit signatures
|
||||
- name: Release
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ inputs.GITHUB_TOKEN }}
|
||||
GITEA_TOKEN: ${{ inputs.GITEA_TOKEN }}
|
||||
run: npx semantic-release
|
||||
|
||||
run: bunx semantic-release
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue