Skip to content

Commit a00af84

Browse files
committed
ci: fix broken ci
1 parent 84e9e87 commit a00af84

4 files changed

Lines changed: 16 additions & 22 deletions

File tree

.github/workflows/check.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install pnpm
1818
run: |
1919
corepack enable
20-
corepack prepare pnpm@latest --activate
20+
corepack use pnpm@*
2121
2222
- name: Install dependencies
2323
run: pnpm install
@@ -39,12 +39,12 @@ jobs:
3939
- name: Install pnpm
4040
run: |
4141
corepack enable
42-
corepack prepare pnpm@latest --activate
42+
corepack use pnpm@*
4343
4444
- name: Install dependencies
4545
run: |
4646
pnpm install
47-
pnpm -r build
47+
pnpm build
4848
4949
- name: Typecheck
5050
run: pnpm typecheck
@@ -68,7 +68,7 @@ jobs:
6868
- name: Install pnpm
6969
run: |
7070
corepack enable
71-
corepack prepare pnpm@latest --activate
71+
corepack use pnpm@*
7272
7373
- name: Install dependencies
7474
run: |

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@japa/snapshot": "2.0.6",
2222
"@swc/core": "^1.7.26",
2323
"@types/fs-extra": "^11.0.4",
24-
"@types/node": "^20.16.9",
24+
"@types/node": "^22.7.3",
2525
"@types/supertest": "^6.0.2",
2626
"c8": "^10.1.2",
2727
"del-cli": "^5.1.0",
@@ -36,6 +36,7 @@
3636
"ts-node": "^10.9.2",
3737
"typescript": "^5.6.2"
3838
},
39+
"packageManager": "pnpm@9.9.0",
3940
"author": "Julien Ripouteau <julien@ripouteau.com>",
4041
"license": "ISC",
4142
"keywords": [],

packages/dump_viewer/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"react": ["./node_modules/preact/compat/"],
1010
"react-dom": ["./node_modules/preact/compat/"]
1111
},
12-
"types": ["vite/client"],
12+
"types": ["vite/client", "node"],
1313

1414
/* Bundler mode */
1515
"moduleResolution": "bundler",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)