|
68 | 68 | uses: denoland/setup-deno@v1
|
69 | 69 | with:
|
70 | 70 | # Should match the `DENO_VERSION_RANGE` from https://github.com/netlify/build/blob/main/packages/edge-bundler/node/bridge.ts#L20
|
71 | | - deno-version: v1.46.3 |
| 71 | + deno-version: v2.2.4 |
72 | 72 | - name: 'Install dependencies'
|
73 | 73 | run: npm ci
|
74 | 74 | - name: 'Prepare Netlify CLI'
|
@@ -151,7 +151,7 @@ jobs:
|
151 | 151 | uses: denoland/setup-deno@v1
|
152 | 152 | with:
|
153 | 153 | # Should match the `DENO_VERSION_RANGE` from https://github.com/netlify/edge-bundler/blob/e55f825bd985d3c92e21d1b765d71e70d5628fba/node/bridge.ts#L17
|
154 | | - deno-version: v1.46.3 |
| 154 | + deno-version: v2.2.4 |
155 | 155 | - name: 'Install dependencies'
|
156 | 156 | run: npm ci
|
157 | 157 | - name: 'Build'
|
@@ -218,7 +218,7 @@ jobs:
|
218 | 218 | uses: denoland/setup-deno@v1
|
219 | 219 | with:
|
220 | 220 | # Should match the `DENO_VERSION_RANGE` from https://github.com/netlify/build/blob/main/packages/edge-bundler/node/bridge.ts#L20
|
221 | | - deno-version: v1.46.3 |
| 221 | + deno-version: v2.2.4 |
222 | 222 | - name: 'Install dependencies'
|
223 | 223 | run: npm ci
|
224 | 224 | - name: 'Build'
|
|
0 commit comments