Skip to content

Commit edccf5d

Browse files
committed
update pnpm version throughout
1 parent ee3a209 commit edccf5d

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
nodeVersion: 20
2222
packageManager: pnpm
23-
packageManagerVersion: 9
23+
packageManagerVersion: 10
2424

2525
- name: Lint
2626
run: pnpm lint
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
nodeVersion: ${{ matrix.node-version }}
4444
packageManager: pnpm
45-
packageManagerVersion: 9
45+
packageManagerVersion: 10
4646

4747
- name: Setup git user information
4848
run: |
@@ -72,7 +72,7 @@ jobs:
7272
with:
7373
nodeVersion: 20
7474
packageManager: pnpm
75-
packageManagerVersion: 9
75+
packageManagerVersion: 10
7676

7777
- name: Build Packages
7878
run: pnpm build
@@ -100,7 +100,7 @@ jobs:
100100
with:
101101
nodeVersion: 20
102102
packageManager: pnpm
103-
packageManagerVersion: 9
103+
packageManagerVersion: 10
104104

105105
- name: Build Packages
106106
run: pnpm build # will also check types

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
buildScript: build
2222
nodeVersion: 20
2323
packageManager: pnpm
24-
packageManagerVersion: 9
24+
packageManagerVersion: 10
2525
secrets:
2626
githubToken: ${{ secrets.GITHUB_TOKEN }}
2727
npmToken: ${{ secrets.NPM_TOKEN }}
@@ -34,7 +34,7 @@ jobs:
3434
buildScript: build
3535
nodeVersion: 20
3636
packageManager: pnpm
37-
packageManagerVersion: 9
37+
packageManagerVersion: 10
3838
restoreDeletedChangesets: true
3939
secrets:
4040
githubToken: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
nodeVersion: 20
2626
packageManager: pnpm
27-
packageManagerVersion: 9
27+
packageManagerVersion: 10
2828

2929
- name: Set variables
3030
id: vars

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"private": true,
1414
"engines": {
1515
"node": ">=20.0.0",
16-
"pnpm": ">=9"
16+
"pnpm": ">=10"
1717
},
1818
"scripts": {
1919
"build": "pnpm --filter=@graphprotocol/graph-* build",

pnpm-lock.yaml

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)