Skip to content

Commit

Permalink
ci: fix pnpm version (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnsonH authored Oct 26, 2024
1 parent ec36306 commit 18251e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v3
with:
version: 8
version: 9

- name: Install Node.js
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v3
with:
version: 8
version: 9

- name: Install Node.js
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This project is a replication of [Stake.com's Plinko game](https://stake.com/cas
> [!NOTE]
> Requires Node.js 20 or later.
1. Install [pnpm](https://pnpm.io/installation)
1. Install [pnpm](https://pnpm.io/installation) version 9 or later
2. Clone this repository
3. Install dependencies

Expand Down

0 comments on commit 18251e5

Please sign in to comment.