Skip to content

Commit

Permalink
Install pnpm before Node
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-picus-tink committed Aug 8, 2024
1 parent 7e5c6c2 commit c96b7ae
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ jobs:
- name: Checkout
uses: actions/checkout@v4.1.7

- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 9

- name: Install Node
uses: actions/setup-node@v4.0.3
with:
node-version: 20
cache: 'pnpm'

- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 9

- name: Install deps
run: pnpm install

Expand Down

0 comments on commit c96b7ae

Please sign in to comment.