Skip to content

Commit

Permalink
Set registry-url in node-setup step
Browse files Browse the repository at this point in the history
  • Loading branch information
floehopper committed Jan 20, 2025
1 parent ee8bbc6 commit 8fc6976
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ permissions:
pages: write # deploy to GitHub Pages
issues: write # comment on released issues
pull-requests: write # comment on released pull requests
packages: write # deploy to GitHub Packages

jobs:
ci-cd:
Expand All @@ -28,6 +29,7 @@ jobs:
with:
cache: "npm"
node-version-file: ".nvmrc"
registry-url: "https://npm.pkg.github.com"
- name: Info
run: |
cat <<EOF
Expand Down

0 comments on commit 8fc6976

Please sign in to comment.