We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6a818d commit 1346079Copy full SHA for 1346079
.github/workflows/run-tests.yml
@@ -68,7 +68,7 @@ jobs:
68
uses: denoland/setup-deno@v1
69
with:
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: v2.3.1
+ deno-version: v2.2.4
72
- name: 'Install dependencies'
73
run: npm ci
74
- name: 'Prepare Netlify CLI'
@@ -218,7 +218,7 @@ jobs:
218
219
220
221
222
223
224
- name: 'Build'
0 commit comments