Skip to content

Commit

Permalink
spill yarn version used on github runner
Browse files Browse the repository at this point in the history
  • Loading branch information
schlimmchen committed Sep 20, 2024
1 parent 789a07e commit cef4feb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ jobs:
cache: "yarn"
cache-dependency-path: "webapp/yarn.lock"

- name: Spill yarn version
run: yarn --version

- name: Install WebApp dependencies
run: yarn --cwd webapp install --frozen-lockfile

Expand Down

0 comments on commit cef4feb

Please sign in to comment.