Skip to content
This repository was archived by the owner on Mar 14, 2025. It is now read-only.

Commit 64b6977

Browse files
committed
use pnpm v9
1 parent 6ecda53 commit 64b6977

File tree

3 files changed

+3417
-2761
lines changed

3 files changed

+3417
-2761
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
node-version: 20.x
3030

3131
- name: Install pnpm
32-
run: npm install -g pnpm@^8
32+
run: npm install -g pnpm@^9
3333

3434
- name: Install dependencies
3535
run: pnpm install --frozen-lockfile

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ The component accepts these props:
157157
## Run examples on your localhost
158158

159159
* Clone this repo
160-
* Make sure you have node-js `>=20.11` and [pnpm](https://pnpm.io/) `>=8.x` pre-installed
160+
* Make sure you have node-js `>=20.11` and [pnpm](https://pnpm.io/) `>=9.x` pre-installed
161161
* Install dependencies `pnpm install`
162162
* Run webpack dev server `npm start`
163163
* This should open the demo page in your default web browser

0 commit comments

Comments
 (0)