Skip to content

Commit

Permalink
fix: install deps in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Ringrose committed Mar 9, 2024
1 parent 18c3d00 commit 9c45688
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
- name: setup pnpm
run: npm install -g pnpm

- name: setup packages
run: pnpm install

- name: setup Deno
uses: denoland/setup-deno@v1
with:
Expand All @@ -46,6 +49,9 @@ jobs:
- name: setup pnpm
run: npm install -g pnpm

- name: setup packages
run: pnpm install

- name: setup Bun
uses: oven-sh/setup-bun@v1
with:
Expand Down

0 comments on commit 9c45688

Please sign in to comment.