Skip to content

Commit

Permalink
delete conditional logic for setup node job
Browse files Browse the repository at this point in the history
  • Loading branch information
danlapteacru committed May 13, 2024
1 parent a6e7ec9 commit 5cd76c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/trellis-deploy-radicle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ jobs:

- name: Setup Node ${{ inputs.NODE_VERSION }}
uses: actions/setup-node@v4
if: "${{ inputs.THEME_NAME != '' }}"
with:
node-version: "${{ inputs.NODE_VERSION }}"
cache: yarn
Expand Down

0 comments on commit 5cd76c8

Please sign in to comment.