Skip to content

Commit

Permalink
set up pnpm first
Browse files Browse the repository at this point in the history
  • Loading branch information
kermage committed Mar 22, 2024
1 parent 7e78e02 commit 0ec4ce7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/vite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up PNPM
uses: pnpm/action-setup@v3
with:
version: 8
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'
- name: Set up PNPM
uses: pnpm/action-setup@v3
with:
version: 8
- name: Install dependencies
run: pnpm install
- name: Build
Expand Down

0 comments on commit 0ec4ce7

Please sign in to comment.