We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d617516 commit dc8b326Copy full SHA for dc8b326
.github/workflows/publish-npm.yml
@@ -27,7 +27,7 @@ jobs:
27
28
- name: Setup .npmrc file for NPM registry
29
if: steps.version_check.outputs.changed == 'true'
30
- - uses: actions/setup-node@v3
+ uses: actions/setup-node@v3
31
with:
32
node-version-file: '.nvmrc'
33
registry-url: 'https://registry.npmjs.org'
@@ -48,7 +48,7 @@ jobs:
48
49
- name: Setup .npmrc file for GitHub Packages
50
51
52
53
54
registry-url: 'https://npm.pkg.github.com'
0 commit comments