Skip to content

Commit

Permalink
fix: npmjs as a registry for node
Browse files Browse the repository at this point in the history
  • Loading branch information
prokopsimek committed Nov 15, 2023
1 parent 2e461c0 commit 0a95881
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/publish-node-npm/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ runs:
- uses: actions/setup-node@v3
with:
node-version: ${{ inputs.node-version }}
registry-url: https://registry.npmjs.org/
- run: npm install
shell: bash
- run: npm run build
Expand Down

0 comments on commit 0a95881

Please sign in to comment.