Skip to content

Commit

Permalink
ci: fix 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 b28abf9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 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,7 +39,7 @@ jobs:
- name: Install pnpm
run: |
corepack enable
corepack prepare pnpm@latest --activate
corepack use pnpm@*
- name: Install dependencies
run: |
Expand Down Expand Up @@ -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
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b28abf9

Please sign in to comment.