Skip to content

Commit

Permalink
Added yarn install step (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldisaro authored Apr 23, 2024
1 parent a7af655 commit 5f0e048
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/bump-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
with:
node-version-file: ".node-version"

- run: yarn install --frozen-lockfile

- name: Bump Package Version
id: bump
run: |
Expand Down

0 comments on commit 5f0e048

Please sign in to comment.