Skip to content

Commit

Permalink
fix: create npmrc file
Browse files Browse the repository at this point in the history
  • Loading branch information
gregfrasco committed Jul 26, 2023
1 parent fccbc73 commit 06c7bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
node-version: 20
- name: Authenticate with GitHub Packages
run: echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" >> ~/.npmrc
run: echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" >> .npmrc

- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit 06c7bab

Please sign in to comment.