Skip to content

Commit

Permalink
fix: Setup pnpm before setup-node. Hmmm.
Browse files Browse the repository at this point in the history
  • Loading branch information
richtera committed Nov 8, 2023
1 parent da38182 commit b225418
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Setup pnpm
uses: pnpm/action-setup@v2

- name: Use Node.js '18.12.1'
uses: actions/setup-node@v2
with:
node-version: "18.12.1"
cache: "pnpm-lock.yaml"

- uses: pnpm/action-setup@v2
cache: "pnpm"

- name: 📦 Install dependencies
run: pnpm install
Expand Down

0 comments on commit b225418

Please sign in to comment.