We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b6711f commit 91d1e0cCopy full SHA for 91d1e0c
.github/workflows/ci.yml
@@ -100,7 +100,7 @@ jobs:
100
with:
101
nodeVersion: 20
102
packageManager: pnpm
103
- packageManagerVersion: 9.3.0
+ packageManagerVersion: 9.10.0
104
105
- name: Build Packages
106
run: pnpm build # will also check types
examples/ethereum-basic-event-handlers/hardhat/Dockerfile
@@ -10,7 +10,7 @@ RUN apk add --update python3 make g++ && rm -rf /var/cache/apk/*
10
11
RUN corepack enable
12
13
-RUN corepack prepare pnpm@9.3.0 --activate
+RUN corepack prepare pnpm@9.10.0 --activate
14
15
RUN pnpm install
16
0 commit comments