Skip to content

Commit

Permalink
btr: Skip node setup if no assets (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
pwtyler authored Jan 21, 2025
1 parent d945403 commit 4eba2ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build-tag-release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ runs:
steps:
- name: Setup node
uses: actions/setup-node@v3
if: ${{ inputs.build_node_assets == 'true' }}
with:
node-version: "lts/*"
cache: "npm"
Expand Down

0 comments on commit 4eba2ef

Please sign in to comment.