Skip to content

Commit

Permalink
try to set yarn version manually
Browse files Browse the repository at this point in the history
Signed-off-by: Ihor Dykhta <dikhta.igor@gmail.com>
  • Loading branch information
igorDykhta committed Nov 26, 2024
1 parent e77981e commit f4ddb61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
node-version: 18
corepack-enable: true
registry-url: https://registry.npmjs.org/
- run: npm install -g yarn
- run: yarn policies set-version 4.4.0 && npm install -g yarn
- run: yarn bootstrap
- run: npm i -g npm@8.19.2
- run: npm --version && npm publish --workspaces --access public
Expand Down

0 comments on commit f4ddb61

Please sign in to comment.