Skip to content

Commit

Permalink
fix tpl
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcasey committed Sep 7, 2024
1 parent 474333f commit 0bb515b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ runs:
shell: bash
if: steps.restore_node_modules.outputs.cache-hit != 'true'
# This is a temporary step while we figure out a way to ensure compatibility with lens protocol which currently needs ethers-v5
run: npm ci --no-audit --no-fund --force ${{ inputs.app_name && `--include-workspace-root -w apps/${inputs.app_name}` || '' }}
run: npm ci --no-audit --no-fund --force ${{ inputs.app_name && format('--include-workspace-root -w apps/{0}`, inputs.app_name) || '' }}

# If installing specific version of core via npmjs
- name: Upgrade Core package to version ${{ inputs.core_pkg_version }}
Expand Down

0 comments on commit 0bb515b

Please sign in to comment.