Skip to content

Commit

Permalink
try and set check-latest to false to avoid checking for yarn.lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 committed Jun 11, 2024
1 parent 055bfbc commit 0781407
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ runs:
with:
node-version: "20.x"
cache: "yarn"
check-latest: false

- name: Setup helm
uses: azure/setup-helm@v3
Expand Down Expand Up @@ -113,7 +114,7 @@ runs:

- name: Setup starshipjs client
run: |
yarn global add @starship-ci/cli
yarn add @starship-ci/cli
starship --version
shell: bash

Expand Down

0 comments on commit 0781407

Please sign in to comment.