Skip to content

Commit

Permalink
fix(action): change node version
Browse files Browse the repository at this point in the history
  • Loading branch information
zealotchen0 committed Aug 8, 2023
1 parent 6fe06c7 commit 149fa49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/project_artifact_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:
- name: setup-node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 16.13.0
registry-url: https://npm.pkg.github.com
cache: 'npm'
cache-dependency-path: package-lock.json
Expand All @@ -188,7 +188,7 @@ jobs:
run: npm run build
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 16.13.0
registry-url: 'https://registry.npmjs.org'
- name: Publish to NPM
if: github.event.inputs.js_npm_dist_tag_name != null && (github.event.inputs.registry_choice == 'Both' || github.event.inputs.registry_choice == 'Default')
Expand Down

0 comments on commit 149fa49

Please sign in to comment.