Skip to content

Commit

Permalink
updating npmrc provisioning for public registry
Browse files Browse the repository at this point in the history
  • Loading branch information
patsissons committed Dec 18, 2024
1 parent e302c0a commit 890f161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/install-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ runs:
- name: Install node modules
shell: bash
run: |
echo "//npm.pkg.github.com/:_authToken=${{ inputs.github-token }}" >> .npmrc
echo "registry=https://registry.npmjs.org" >> .npmrc
yarn install --frozen-lockfile

0 comments on commit 890f161

Please sign in to comment.