Skip to content

Commit

Permalink
ci: add missing den install step
Browse files Browse the repository at this point in the history
  • Loading branch information
serhalp committed Sep 5, 2024
1 parent d0127eb commit f3fa359
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
node-version: 18
check-latest: true
- run: corepack enable
- name: Install Deno
uses: denoland/setup-deno@v1
with:
# Should satisfy the `DENO_VERSION_RANGE` from https://github.com/netlify/edge-bundler/blob/main/node/bridge.ts#L17
deno-version: v1
- name: Install
run: pnpm install
- name: Build
Expand Down

0 comments on commit f3fa359

Please sign in to comment.