Skip to content

Commit

Permalink
ci: use specific version for Pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulRBerg committed Oct 27, 2023
1 parent c23ec98 commit e73aa1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: "Install Pnpm"
uses: "pnpm/action-setup@v2"
with:
version: "latest"
version: "8"

- name: "Install Node.js"
uses: "actions/setup-node@v3"
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
- name: "Install Pnpm"
uses: "pnpm/action-setup@v2"
with:
version: "latest"
version: "8"

- name: "Install Node.js"
uses: "actions/setup-node@v3"
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
- name: "Install Pnpm"
uses: "pnpm/action-setup@v2"
with:
version: "latest"
version: "8"

- name: "Install Node.js"
uses: "actions/setup-node@v3"
Expand Down

0 comments on commit e73aa1e

Please sign in to comment.