You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/run-tests.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,7 @@ jobs:
93
93
uses: denoland/setup-deno@v1
94
94
with:
95
95
# Should match the `DENO_VERSION_RANGE` from https://github.com/netlify/build/blob/main/packages/edge-bundler/node/bridge.ts#L20
96
-
deno-version: v2.2.4
96
+
deno-version: v2.4.2
97
97
- name: "Install dependencies"
98
98
run: npm ci
99
99
- name: "Prepare Netlify CLI"
@@ -188,7 +188,7 @@ jobs:
188
188
uses: denoland/setup-deno@v1
189
189
with:
190
190
# Should match the `DENO_VERSION_RANGE` from https://github.com/netlify/edge-bundler/blob/e55f825bd985d3c92e21d1b765d71e70d5628fba/node/bridge.ts#L17
191
-
deno-version: v2.2.4
191
+
deno-version: v2.4.2
192
192
- name: "Install dependencies"
193
193
run: npm ci
194
194
- name: "Build"
@@ -268,7 +268,7 @@ jobs:
268
268
uses: denoland/setup-deno@v1
269
269
with:
270
270
# Should match the `DENO_VERSION_RANGE` from https://github.com/netlify/build/blob/main/packages/edge-bundler/node/bridge.ts#L20
0 commit comments