File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ permissions:
1111 contents : write
1212 pull-requests : write
1313 packages : write
14+ id-token : write
1415
1516jobs :
1617 release :
@@ -28,12 +29,13 @@ jobs:
2829 - name : Setup pnpm
2930 uses : pnpm/action-setup@v4
3031 with :
31- version : 10.22 .0
32+ version : 10.25 .0
3233
33- - name : Setup Node.js 21 .x
34+ - name : Setup Node.js 24 .x
3435 uses : actions/setup-node@v4
3536 with :
36- node-version : 21.x
37+ node-version : 24.x
38+ registry-url : ' https://registry.npmjs.org'
3739
3840 - name : Install Dependencies
3941 run : pnpm i --frozen-lockfile
8789 title : ' chore: release package(s)'
8890 env :
8991 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
90- NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
9192
9293 # - name: Send a Slack notification if a publish happens
9394 # if: steps.changesets.outputs.published == 'true'
Original file line number Diff line number Diff line change 11auto-install-peers = true
2+ provenance = true
Original file line number Diff line number Diff line change 3232 "secretlint" : " ^11.2.5" ,
3333 "turbo" : " ^2.6.1"
3434 },
35- "packageManager" : " pnpm@10.22 .0" ,
35+ "packageManager" : " pnpm@10.25 .0" ,
3636 "name" : " solid-hiding-header"
3737}
You can’t perform that action at this time.
0 commit comments