Skip to content

Commit 91d1e0c

Browse files
committed
bump up pnpm version
1 parent 9b6711f commit 91d1e0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
with:
101101
nodeVersion: 20
102102
packageManager: pnpm
103-
packageManagerVersion: 9.3.0
103+
packageManagerVersion: 9.10.0
104104

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

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.3.0 --activate
13+
RUN corepack prepare pnpm@9.10.0 --activate
1414

1515
RUN pnpm install
1616

0 commit comments

Comments
 (0)