Skip to content

Commit 6980232

Browse files
jkebingerclaude
andcommitted
chore: update yarn to 4.11.0 in release workflow
Yarn 4.11.0 is required for npm trusted publisher support. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 938e3e8 commit 6980232

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- name: enable corepack
6464
run: |
6565
corepack enable
66-
corepack prepare yarn@4.9.2 --activate
66+
corepack prepare yarn@4.11.0 --activate
6767
- name: cache yarn dependencies
6868
uses: actions/cache@v4
6969
with:

0 commit comments

Comments
 (0)