Skip to content

Commit 32ed9c3

Browse files
authored
Merge pull request #65 from grafana/fix-workflows
fix workflows
2 parents d617516 + dc8b326 commit 32ed9c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-npm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

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

4949
- name: Setup .npmrc file for GitHub Packages
5050
if: steps.version_check.outputs.changed == 'true'
51-
- uses: actions/setup-node@v3
51+
uses: actions/setup-node@v3
5252
with:
5353
node-version-file: '.nvmrc'
5454
registry-url: 'https://npm.pkg.github.com'

0 commit comments

Comments
 (0)