We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fe06c7 commit 149fa49Copy full SHA for 149fa49
.github/workflows/project_artifact_release.yml
@@ -178,7 +178,7 @@ jobs:
178
- name: setup-node
179
uses: actions/setup-node@v3
180
with:
181
- node-version: 16
+ node-version: 16.13.0
182
registry-url: https://npm.pkg.github.com
183
cache: 'npm'
184
cache-dependency-path: package-lock.json
@@ -188,7 +188,7 @@ jobs:
188
run: npm run build
189
- uses: actions/setup-node@v3
190
191
192
registry-url: 'https://registry.npmjs.org'
193
- name: Publish to NPM
194
if: github.event.inputs.js_npm_dist_tag_name != null && (github.event.inputs.registry_choice == 'Both' || github.event.inputs.registry_choice == 'Default')
0 commit comments