File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 20
20
- name : Install Deno
21
21
uses : denoland/setup-deno@v1
22
22
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
24
24
deno-version : v1.37.0
25
25
- name : ' Install dependencies'
26
26
run : npm ci
Original file line number Diff line number Diff line change @@ -110,6 +110,12 @@ jobs:
110
110
run : pnpm add --workspace-root @next/swc-linux-x64-gnu@${{ env.NEXT_VERSION }}
111
111
working-directory : ${{ env.next-path }}
112
112
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
+
113
119
- name : install runtime
114
120
run : npm install --ignore-scripts
115
121
working-directory : ${{ env.runtime-path }}
You can’t perform that action at this time.
0 commit comments