|
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.44.4 |
| 71 | + deno-version: v1.46.3 |
72 | 72 | - name: 'Install dependencies'
|
73 | 73 | run: npm ci
|
74 | 74 | - name: 'Prepare Netlify CLI'
|
@@ -146,7 +146,7 @@ jobs:
|
146 | 146 | uses: denoland/setup-deno@v1
|
147 | 147 | with:
|
148 | 148 | # Should match the `DENO_VERSION_RANGE` from https://github.com/netlify/edge-bundler/blob/e55f825bd985d3c92e21d1b765d71e70d5628fba/node/bridge.ts#L17
|
149 | | - deno-version: v1.44.4 |
| 149 | + deno-version: v1.46.3 |
150 | 150 | - name: 'Install dependencies'
|
151 | 151 | run: npm ci
|
152 | 152 | - name: 'Build'
|
@@ -213,7 +213,7 @@ jobs:
|
213 | 213 | uses: denoland/setup-deno@v1
|
214 | 214 | with:
|
215 | 215 | # Should match the `DENO_VERSION_RANGE` from https://github.com/netlify/build/blob/main/packages/edge-bundler/node/bridge.ts#L20
|
216 | | - deno-version: v1.44.4 |
| 216 | + deno-version: v1.46.3 |
217 | 217 | - name: 'Install dependencies'
|
218 | 218 | run: npm ci
|
219 | 219 | - name: 'Build'
|
|
0 commit comments