Skip to content

Commit ab4b290

Browse files
chore: fix CI (#1946)
* exclude oclif from renovate * use latest pnpm to fix ci * change pnpm version * fix pnpm version in example dockerfile
1 parent cb1cc2f commit ab4b290

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
with:
101101
nodeVersion: 20
102102
packageManager: pnpm
103-
packageManagerVersion: 9.1.0
103+
packageManagerVersion: 9.3.0
104104

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

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

+1-1
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@latest --activate
13+
RUN corepack prepare pnpm@9.3.0 --activate
1414

1515
RUN pnpm install
1616

renovate.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"groupName": null
2626
},
2727
{
28-
"matchPackageNames": ["assemblyscript"],
28+
"matchPackageNames": ["assemblyscript", "oclif"],
2929
"enabled": false
3030
},
3131
{

0 commit comments

Comments
 (0)