From b2bbddb5a00751147bdcc85d0fd4a64cfd74ec3e Mon Sep 17 00:00:00 2001 From: Sora Morimoto Date: Fri, 19 Sep 2025 06:03:43 +0900 Subject: [PATCH] Update Yarn to 4.10.2 Signed-off-by: Sora Morimoto --- .github/workflows/version-or-publish.yml | 5 +---- package.json | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/version-or-publish.yml b/.github/workflows/version-or-publish.yml index a3b8256e..a2e55f06 100644 --- a/.github/workflows/version-or-publish.yml +++ b/.github/workflows/version-or-publish.yml @@ -14,7 +14,7 @@ jobs: if: ${{ github.repository_owner == 'acacode' }} permissions: contents: write # to create release - id-token: write # to generate provenance + id-token: write # to generate provenance and oidc token issues: write # to post issue comments pull-requests: write # to create pull request runs-on: ubuntu-latest @@ -34,6 +34,3 @@ jobs: with: version: yarn changeset version publish: yarn npm publish --tolerate-republish - env: - GITHUB_TOKEN: ${{ github.token }} - YARN_NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} diff --git a/package.json b/package.json index cde1655a..d60dd297 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "typedoc": "0.28.13", "vitest": "3.2.4" }, - "packageManager": "yarn@4.9.4", + "packageManager": "yarn@4.10.2", "engines": { "node": ">=20" },