Skip to content

Commit

Permalink
rollback to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
YaroShkvorets committed Feb 4, 2025
1 parent edccf5d commit 043bb28
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
nodeVersion: 20
packageManager: pnpm
packageManagerVersion: 10
packageManagerVersion: 9

- name: Lint
run: pnpm lint
Expand All @@ -42,7 +42,7 @@ jobs:
with:
nodeVersion: ${{ matrix.node-version }}
packageManager: pnpm
packageManagerVersion: 10
packageManagerVersion: 9

- name: Setup git user information
run: |
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
with:
nodeVersion: 20
packageManager: pnpm
packageManagerVersion: 10
packageManagerVersion: 9

- name: Build Packages
run: pnpm build
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
with:
nodeVersion: 20
packageManager: pnpm
packageManagerVersion: 10
packageManagerVersion: 9

- name: Build Packages
run: pnpm build # will also check types
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
buildScript: build
nodeVersion: 20
packageManager: pnpm
packageManagerVersion: 10
packageManagerVersion: 9
secrets:
githubToken: ${{ secrets.GITHUB_TOKEN }}
npmToken: ${{ secrets.NPM_TOKEN }}
Expand All @@ -34,7 +34,7 @@ jobs:
buildScript: build
nodeVersion: 20
packageManager: pnpm
packageManagerVersion: 10
packageManagerVersion: 9
restoreDeletedChangesets: true
secrets:
githubToken: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
nodeVersion: 20
packageManager: pnpm
packageManagerVersion: 10
packageManagerVersion: 9

- name: Set variables
id: vars
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"private": true,
"engines": {
"node": ">=20.0.0",
"pnpm": ">=10"
"pnpm": "9"
},
"scripts": {
"build": "pnpm --filter=@graphprotocol/graph-* build",
Expand Down
14 changes: 7 additions & 7 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 043bb28

Please sign in to comment.