File tree Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " dom-accessibility-api " : patch
3+ ---
4+
5+ Switch to trusted publishing
Original file line number Diff line number Diff line change 88jobs :
99 release :
1010 name : Prepare or publish release
11+ environment : production
12+ permissions :
13+ id-token : write # Required for OIDC
14+ # Changesets creates a commit and PR for the release
15+ contents : write
16+ pull-requests : write
1117 runs-on : ubuntu-latest
1218 steps :
1319 - name : Checkout Repo
@@ -16,11 +22,10 @@ jobs:
1622 # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
1723 fetch-depth : 0
1824
19- # synced with #node-version
20- - name : Setup Node.js 16.x
25+ - name : Setup Node.js
2126 uses : actions/setup-node@v3
2227 with :
23- node-version : 16 .x
28+ node-version : 24 .x
2429
2530 - name : Install Dependencies
2631 run : yarn
3237 publish : yarn release
3338 env :
3439 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
35- NPM_TOKEN : ${{ secrets.NPM_AUTOMATION_TOKEN }}
You can’t perform that action at this time.
0 commit comments