File tree Expand file tree Collapse file tree 4 files changed +180
-131
lines changed Expand file tree Collapse file tree 4 files changed +180
-131
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -44,6 +44,9 @@ deployments/hardhat/
4444# Ignore solc bin output
4545bin /
4646
47+ # PNPM store (project-local)
48+ .pnpm-store /
49+
4750# Others
4851.env
4952.DS_Store
Original file line number Diff line number Diff line change 55 "license" : " GPL-2.0-or-later" ,
66 "repository" : " git@github.com: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" ,
You can’t perform that action at this time.
0 commit comments