Skip to content

Commit

Permalink
fix: broken CI (#1527)
Browse files Browse the repository at this point in the history
* Remove package manager

* update pnpm

* Revert "update pnpm"

This reverts commit fd36635.

* try

* try
  • Loading branch information
saihaj committed Dec 4, 2023
1 parent 086a2da commit 7d79a64
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@
},
"license": "(Apache-2.0 OR MIT)",
"private": true,
"packageManager": "pnpm@8.10.4",
"engines": {
"node": ">=18.0.0",
"pnpm": ">=8"
"pnpm": ">=7"
},
"scripts": {
"build": "pnpm --filter=@graphprotocol/graph-* build",
Expand Down
22 changes: 11 additions & 11 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7d79a64

Please sign in to comment.