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/pre-release.yml
+1-1
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ jobs:
24
24
uses: denoland/setup-deno@v1
25
25
with:
26
26
# Should match the `DENO_VERSION_RANGE` from https://github.com/netlify/edge-bundler/blob/e55f825bd985d3c92e21d1b765d71e70d5628fba/node/bridge.ts#L17
Copy file name to clipboardExpand all lines: .github/workflows/release-please.yml
+1-1
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ jobs:
32
32
uses: denoland/setup-deno@v1
33
33
with:
34
34
# Should match the `DENO_VERSION_RANGE` from https://github.com/netlify/edge-bundler/blob/e55f825bd985d3c92e21d1b765d71e70d5628fba/node/bridge.ts#L17
Copy file name to clipboardExpand all lines: .github/workflows/run-tests.yml
+3-3
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ jobs:
66
66
uses: denoland/setup-deno@v1
67
67
with:
68
68
# Should match the `DENO_VERSION_RANGE` from https://github.com/netlify/edge-bundler/blob/main/node/bridge.ts#L17
69
-
deno-version: v1.37.0
69
+
deno-version: v1.46.3
70
70
- name: 'Install dependencies'
71
71
run: npm ci
72
72
- name: 'Prepare Netlify CLI'
@@ -134,7 +134,7 @@ jobs:
134
134
uses: denoland/setup-deno@v1
135
135
with:
136
136
# Should match the `DENO_VERSION_RANGE` from https://github.com/netlify/edge-bundler/blob/e55f825bd985d3c92e21d1b765d71e70d5628fba/node/bridge.ts#L17
137
-
deno-version: v1.37.0
137
+
deno-version: v1.46.3
138
138
- name: 'Install dependencies'
139
139
run: npm ci
140
140
- name: 'Build'
@@ -199,7 +199,7 @@ jobs:
199
199
uses: denoland/setup-deno@v1
200
200
with:
201
201
# Should match the `DENO_VERSION_RANGE` from https://github.com/netlify/edge-bundler/blob/main/node/bridge.ts#L17
0 commit comments