Skip to content

Commit 149fa49

Browse files
committed
fix(action): change node version
1 parent 6fe06c7 commit 149fa49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/project_artifact_release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
- name: setup-node
179179
uses: actions/setup-node@v3
180180
with:
181-
node-version: 16
181+
node-version: 16.13.0
182182
registry-url: https://npm.pkg.github.com
183183
cache: 'npm'
184184
cache-dependency-path: package-lock.json
@@ -188,7 +188,7 @@ jobs:
188188
run: npm run build
189189
- uses: actions/setup-node@v3
190190
with:
191-
node-version: 16
191+
node-version: 16.13.0
192192
registry-url: 'https://registry.npmjs.org'
193193
- name: Publish to NPM
194194
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

Comments
 (0)