Skip to content

Commit b5848df

Browse files
committed
feat(build): upgrade pnpm from v9 to v10
1 parent c2da5fc commit b5848df

File tree

4 files changed

+180
-131
lines changed

4 files changed

+180
-131
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ runs:
2121
cache: 'pnpm'
2222
- name: Set up pnpm via Corepack
2323
shell: bash
24-
run: corepack prepare pnpm@9.0.6 --activate
24+
run: corepack prepare pnpm@10.17.0 --activate
2525
- name: Install dependencies
2626
shell: bash
2727
run: pnpm install --frozen-lockfile

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ deployments/hardhat/
4444
# Ignore solc bin output
4545
bin/
4646

47+
# PNPM store (project-local)
48+
.pnpm-store/
49+
4750
# Others
4851
.env
4952
.DS_Store

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "GPL-2.0-or-later",
66
"repository": "[email protected]:graphprotocol/contracts.git",
77
"author": "The Graph team",
8-
"packageManager": "pnpm@9.0.6+sha1.648f6014eb363abb36618f2ba59282a9eeb3e879",
8+
"packageManager": "pnpm@10.17.0",
99
"scripts": {
1010
"postinstall": "husky",
1111
"clean": "pnpm -r run clean",

0 commit comments

Comments
 (0)