File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1212
1313 strategy :
1414 matrix :
15- node-version : [22 .x]
15+ node-version : [24 .x]
1616
1717 permissions :
1818 contents : read
Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ jobs:
1717
1818 strategy :
1919 matrix :
20- node-version : [22 .x]
20+ node-version : [24 .x]
2121
2222 permissions :
2323 contents : write # For pushing Git tags and creating releases
24- pull-requests : write # For creating the changesets relese PR
25- id-token : write # The OIDC ID token is used for authentication with JSR
24+ pull-requests : write # For creating the changesets release PR
25+ id-token : write # The OIDC ID token is used for authentication with NPM and JSR
2626
2727 env :
2828 CI : " true"
3838 uses : actions/setup-node@v4
3939 with :
4040 node-version : ${{ matrix.node-version }}
41+ registry-url : " https://registry.npmjs.org"
4142
4243 - name : Setup pnpm
4344 uses : pnpm/action-setup@v4
Original file line number Diff line number Diff line change 1515
1616 strategy :
1717 matrix :
18- node-version : [22 .x]
18+ node-version : [24 .x]
1919
2020 env :
2121 CI : " true"
You can’t perform that action at this time.
0 commit comments