Skip to content

Commit

Permalink
ci: use pnpm action
Browse files Browse the repository at this point in the history
  • Loading branch information
gosuto-inzasheru committed Mar 9, 2024
1 parent a9e9ada commit 30aa2f3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ jobs:
with:
version: nightly

- name: Install dependencies
run: |
pnpm install
- name: Install pnpm and run install
uses: pnpm/action-setup@v3
with:
run_install: true

- name: Run Forge build
run: |
Expand Down

0 comments on commit 30aa2f3

Please sign in to comment.