Skip to content

Commit

Permalink
Merge pull request #65 from grafana/fix-workflows
Browse files Browse the repository at this point in the history
fix workflows
  • Loading branch information
kevinwcyu authored Oct 23, 2023
2 parents d617516 + dc8b326 commit 32ed9c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Setup .npmrc file for NPM registry
if: steps.version_check.outputs.changed == 'true'
- uses: actions/setup-node@v3
uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
registry-url: 'https://registry.npmjs.org'
Expand All @@ -48,7 +48,7 @@ jobs:

- name: Setup .npmrc file for GitHub Packages
if: steps.version_check.outputs.changed == 'true'
- uses: actions/setup-node@v3
uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
registry-url: 'https://npm.pkg.github.com'
Expand Down

0 comments on commit 32ed9c3

Please sign in to comment.