Skip to content

Commit b2bbddb

Browse files
committed
Update Yarn to 4.10.2
Signed-off-by: Sora Morimoto <[email protected]>
1 parent 5784c7f commit b2bbddb

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/version-or-publish.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
if: ${{ github.repository_owner == 'acacode' }}
1515
permissions:
1616
contents: write # to create release
17-
id-token: write # to generate provenance
17+
id-token: write # to generate provenance and oidc token
1818
issues: write # to post issue comments
1919
pull-requests: write # to create pull request
2020
runs-on: ubuntu-latest
@@ -34,6 +34,3 @@ jobs:
3434
with:
3535
version: yarn changeset version
3636
publish: yarn npm publish --tolerate-republish
37-
env:
38-
GITHUB_TOKEN: ${{ github.token }}
39-
YARN_NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"typedoc": "0.28.13",
7878
"vitest": "3.2.4"
7979
},
80-
"packageManager": "yarn@4.9.4",
80+
"packageManager": "yarn@4.10.2",
8181
"engines": {
8282
"node": ">=20"
8383
},

0 commit comments

Comments
 (0)