Skip to content

Commit

Permalink
ci: fix broken ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Sep 27, 2024
1 parent 84e9e87 commit a00af84
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 22 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install pnpm
run: |
corepack enable
corepack prepare pnpm@latest --activate
corepack use pnpm@*
- name: Install dependencies
run: pnpm install
Expand All @@ -39,12 +39,12 @@ jobs:
- name: Install pnpm
run: |
corepack enable
corepack prepare pnpm@latest --activate
corepack use pnpm@*
- name: Install dependencies
run: |
pnpm install
pnpm -r build
pnpm build
- name: Typecheck
run: pnpm typecheck
Expand All @@ -68,7 +68,7 @@ jobs:
- name: Install pnpm
run: |
corepack enable
corepack prepare pnpm@latest --activate
corepack use pnpm@*
- name: Install dependencies
run: |
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@japa/snapshot": "2.0.6",
"@swc/core": "^1.7.26",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.16.9",
"@types/node": "^22.7.3",
"@types/supertest": "^6.0.2",
"c8": "^10.1.2",
"del-cli": "^5.1.0",
Expand All @@ -36,6 +36,7 @@
"ts-node": "^10.9.2",
"typescript": "^5.6.2"
},
"packageManager": "pnpm@9.9.0",
"author": "Julien Ripouteau <julien@ripouteau.com>",
"license": "ISC",
"keywords": [],
Expand Down
2 changes: 1 addition & 1 deletion packages/dump_viewer/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"react": ["./node_modules/preact/compat/"],
"react-dom": ["./node_modules/preact/compat/"]
},
"types": ["vite/client"],
"types": ["vite/client", "node"],

/* Bundler mode */
"moduleResolution": "bundler",
Expand Down
25 changes: 9 additions & 16 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a00af84

Please sign in to comment.