Skip to content

Commit

Permalink
fix: remove unsupported flag (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
twistdmnd authored Jul 19, 2023
1 parent 4e45361 commit 87bf5cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/node-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ runs:
- name: Install Dependencies
shell: bash
run: yarn install --immutable --check-files
run: yarn install --immutable
working-directory: ${{ inputs.working-directory }}

0 comments on commit 87bf5cf

Please sign in to comment.