Skip to content

Commit

Permalink
install dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
plusminushalf committed Jun 4, 2024
1 parent 9056d23 commit 834cd1b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/install-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ runs:
uses: pnpm/action-setup@v4
with:
version: 8.15.4+sha256.cea6d0bdf2de3a0549582da3983c70c92ffc577ff4410cbf190817ddc35137c2

- name: Install dependencies
shell: bash
run: pnpm install

0 comments on commit 834cd1b

Please sign in to comment.