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 6b36bf5 commit 6dee6e7
Show file tree
Hide file tree
Showing 2 changed files with 122 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 @@ -76,7 +76,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
122 changes: 122 additions & 0 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6dee6e7

Please sign in to comment.