Skip to content

Commit 4a0e513

Browse files
committed
Update Yarn to 4.9.2
Signed-off-by: Sora Morimoto <[email protected]>
1 parent b25e353 commit 4a0e513

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: changesets/action@v1
3636
with:
3737
version: yarn changeset version
38-
publish: yarn npm publish --tolerate-republish --provenance
38+
publish: yarn npm publish --tolerate-republish
3939
env:
4040
GITHUB_TOKEN: ${{ github.token }}
4141
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.5",
7878
"vitest": "3.2.1"
7979
},
80-
"packageManager": "[email protected].1",
80+
"packageManager": "[email protected].2",
8181
"engines": {
8282
"node": ">=18.0.0"
8383
},

0 commit comments

Comments
 (0)