Skip to content

Commit

Permalink
Setup pnpm first
Browse files Browse the repository at this point in the history
  • Loading branch information
gamebox committed Jan 3, 2024
1 parent 0a42e6a commit bd275d6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v4

- uses: pnpm/action-setup@v2
name: Install pnpm
with:
version: 8
run_install: false

- name: Use Node ${{ matrix.node }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
cache: pnpm
cache-dependency-file: pnpm-lock.yaml

- uses: pnpm/action-setup@v2
name: Install pnpm
with:
version: 8
run_install: false

- name: Install dependencies
run: pnpm install

Expand Down

0 comments on commit bd275d6

Please sign in to comment.