Skip to content

Commit

Permalink
use pnpm v9
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurk91 committed Aug 30, 2024
1 parent 6ecda53 commit 64b6977
Show file tree
Hide file tree
Showing 3 changed files with 3,417 additions and 2,761 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
node-version: 20.x

- name: Install pnpm
run: npm install -g pnpm@^8
run: npm install -g pnpm@^9

- name: Install dependencies
run: pnpm install --frozen-lockfile
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ The component accepts these props:
## Run examples on your localhost

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

0 comments on commit 64b6977

Please sign in to comment.