Skip to content

Commit

Permalink
Fix for issue with npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
shirish87 committed Jan 31, 2024
1 parent 565e7b4 commit e68a83a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-npm-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: "lts/*"
registry-url: "https://registry.npmjs.org"
cache: "npm"

- name: Build
Expand Down

0 comments on commit e68a83a

Please sign in to comment.