Skip to content

Commit e0f31ba

Browse files
committed
fix ci
1 parent 41e18a5 commit e0f31ba

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.10.0
23+
packageManagerVersion: 9
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.10.0
45+
packageManagerVersion: 9
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.1.0
75+
packageManagerVersion: 9
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.10.0
103+
packageManagerVersion: 9
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.10.0
24+
packageManagerVersion: 9
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.10.0
37+
packageManagerVersion: 9
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.10.0
27+
packageManagerVersion: 9
2828

2929
- name: Set variables
3030
id: vars

examples/ethereum-basic-event-handlers/hardhat/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN apk add --update python3 make g++ && rm -rf /var/cache/apk/*
1010

1111
RUN corepack enable
1212

13-
RUN corepack prepare pnpm@9.10.0 --activate
13+
RUN corepack prepare pnpm@9 --activate
1414

1515
RUN pnpm install
1616

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)