Skip to content

Commit ae07608

Browse files
authored
Update npm installation to use Yarn Berry
1 parent 717ac72 commit ae07608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
node-version: "22"
2222
registry-url: "https://registry.npmjs.org"
2323
- name: Update npm
24-
run: npm install -g npm@latest && corepack enable yarn
24+
run: npm install -g npm@latest && corepack enable yarn && yarn set version berry
2525
- run: yarn
2626
- run: npm publish --provenance --access public
2727
env:

0 commit comments

Comments
 (0)