File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 2020 - name : Install Deno
2121 uses : denoland/setup-deno@v1
2222 with :
23- # Should match the `DENO_VERSION_RANGE` from https://github.com/netlify/edge-bundler/blob/e55f825bd985d3c92e21d1b765d71e70d5628fba /node/bridge.ts#L17
23+ # Should match the `DENO_VERSION_RANGE` from https://github.com/netlify/edge-bundler/blob/main /node/bridge.ts#L17
2424 deno-version : v1.37.0
2525 - name : ' Install dependencies'
2626 run : npm ci
Original file line number Diff line number Diff line change @@ -110,6 +110,12 @@ jobs:
110110 run : pnpm add --workspace-root @next/swc-linux-x64-gnu@${{ env.NEXT_VERSION }}
111111 working-directory : ${{ env.next-path }}
112112
113+ - name : Install Deno
114+ uses : denoland/setup-deno@v1
115+ with :
116+ # Should match the `DENO_VERSION_RANGE` from https://github.com/netlify/edge-bundler/blob/main/node/bridge.ts#L17
117+ deno-version : v1.37.0
118+
113119 - name : install runtime
114120 run : npm install --ignore-scripts
115121 working-directory : ${{ env.runtime-path }}
You can’t perform that action at this time.
0 commit comments