We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c395014 commit f22798bCopy full SHA for f22798b
1 file changed
.github/workflows/release.yml
@@ -24,10 +24,7 @@ jobs:
24
25
- uses: actions/setup-node@v4
26
with:
27
- node-version: '22'
28
-
29
- - name: Update npm for OIDC trusted publishing
30
- run: npm install -g npm@latest
+ node-version: '24.7.0'
31
32
- name: Install dependencies
33
run: bun install
@@ -58,9 +55,12 @@ jobs:
58
55
createGithubReleases: true
59
56
env:
60
57
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ NPM_CONFIG_PROVENANCE: true
61
62
- name: Publish canary snapshot
63
if: steps.changesets.outputs.published != 'true'
+ env:
64
run: |
65
git checkout ${{ github.sha }}
66
bun install
0 commit comments