Skip to content

Commit f8b6752

Browse files
authored
Update to pnpm 9 (#3741)
1 parent 5dd1536 commit f8b6752

File tree

3 files changed

+6767
-5458
lines changed

3 files changed

+6767
-5458
lines changed

.github/actions/install-deps/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ runs:
88
node-version: '20'
99
- uses: pnpm/action-setup@v3
1010
with:
11-
version: 8
11+
version: 9
1212
standalone: ${{ runner.os == 'Windows' }}
1313
- name: Install node-gyp
1414
run: pnpm add --global node-gyp

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ Otherwise, download the file ending in .dmg from the [latest release](https://gi
212212

213213
This part will walk you through setting up a development environment so you can build Heroic binaries yourself or make changes to the code.
214214

215-
1. Make sure Git, NodeJS, and PNPM are installed
215+
1. Make sure Git, NodeJS, and pnpm 9 are installed
216216
**NOTE**: On Windows, due to an issue with electron-builder, you'll need the standalone version of pnpm (`@pnpm/exe`)
217217
to build packages
218218
2. Clone the repo and enter the cloned folder, for example with these commands:

0 commit comments

Comments
 (0)