Skip to content

Commit ae86215

Browse files
authored
chore: match deno version to builds (#2884)
1 parent a9119d3 commit ae86215

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/pre-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: denoland/setup-deno@v1
2525
with:
2626
# Should match the `DENO_VERSION_RANGE` from https://github.com/netlify/build/blob/main/packages/edge-bundler/node/bridge.ts#L20
27-
deno-version: v1.44.4
27+
deno-version: v1.46.3
2828
- name: Extract tag and version
2929
id: extract
3030
run: |-

.github/workflows/release-please.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: denoland/setup-deno@v1
3333
with:
3434
# Should match the `DENO_VERSION_RANGE` from https://github.com/netlify/build/blob/main/packages/edge-bundler/node/bridge.ts#L20
35-
deno-version: v1.44.4
35+
deno-version: v1.46.3
3636
- name: Build
3737
run: npm run build
3838
if: ${{ steps.release.outputs.release_created }}

.github/workflows/run-tests.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
uses: denoland/setup-deno@v1
6969
with:
7070
# 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
7272
- name: 'Install dependencies'
7373
run: npm ci
7474
- name: 'Prepare Netlify CLI'
@@ -146,7 +146,7 @@ jobs:
146146
uses: denoland/setup-deno@v1
147147
with:
148148
# 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
150150
- name: 'Install dependencies'
151151
run: npm ci
152152
- name: 'Build'
@@ -213,7 +213,7 @@ jobs:
213213
uses: denoland/setup-deno@v1
214214
with:
215215
# 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
217217
- name: 'Install dependencies'
218218
run: npm ci
219219
- name: 'Build'

.github/workflows/size-check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: denoland/setup-deno@v1
2525
with:
2626
# Should match the `DENO_VERSION_RANGE` from https://github.com/netlify/build/blob/main/packages/edge-bundler/node/bridge.ts#L20
27-
deno-version: v1.44.4
27+
deno-version: v1.46.3
2828
- run: npm ci
2929

3030
- name: Package size report

.github/workflows/test-e2e.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
uses: denoland/setup-deno@v1
163163
with:
164164
# Should match the `DENO_VERSION_RANGE` from https://github.com/netlify/build/blob/main/packages/edge-bundler/node/bridge.ts#L20
165-
deno-version: v1.44.4
165+
deno-version: v1.46.3
166166

167167
- name: install runtime
168168
run: npm install --ignore-scripts

0 commit comments

Comments
 (0)