Skip to content

Commit

Permalink
[chore] fix for package publishing (#2790)
Browse files Browse the repository at this point in the history
Signed-off-by: Ihor Dykhta <dikhta.igor@gmail.com>
  • Loading branch information
igorDykhta authored Nov 26, 2024
1 parent e62cd98 commit e77981e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
corepack-enable: true
registry-url: https://registry.npmjs.org/
- run: npm install -g yarn
- run: yarn bootstrap
Expand Down

0 comments on commit e77981e

Please sign in to comment.