Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 9 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:

jobs:
release:
permissions:
contents: write
pull-requests: write
id-token: write
name: Release
runs-on: ubuntu-latest
steps:
Expand All @@ -16,11 +20,11 @@ jobs:
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
fetch-depth: 0

- uses: actions/setup-node@v3
- uses: actions/setup-node@v6
with:
node-version: 20
- uses: pnpm/action-setup@v2
node-version: 24

- uses: pnpm/action-setup@v4
with:
version: latest

Expand All @@ -35,4 +39,4 @@ jobs:
publish: pnpm changeset:publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_CONFIG_PROVENANCE: true