Skip to content

Commit c6b4c7f

Browse files
committed
ci: bump deno version to v2.4.2
1 parent 85cadf1 commit c6b4c7f

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/workflows/deno-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Deno
2020
uses: denoland/setup-deno@v1
2121
with:
22-
deno-version: v2.2.4
22+
deno-version: v2.4.2
2323

2424
- name: 'Install dependencies'
2525
run: npm ci

.github/workflows/pre-release.yml

Lines changed: 1 addition & 1 deletion
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: v2.2.4
27+
deno-version: v2.4.2
2828
- name: Extract tag and version
2929
id: extract
3030
run: |-

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
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: v2.2.4
35+
deno-version: v2.4.2
3636
- name: Build
3737
run: npm run build
3838
if: ${{ steps.release.outputs.release_created }}

.github/workflows/run-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
uses: denoland/setup-deno@v1
9494
with:
9595
# 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
9797
- name: "Install dependencies"
9898
run: npm ci
9999
- name: "Prepare Netlify CLI"
@@ -188,7 +188,7 @@ jobs:
188188
uses: denoland/setup-deno@v1
189189
with:
190190
# 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
192192
- name: "Install dependencies"
193193
run: npm ci
194194
- name: "Build"
@@ -268,7 +268,7 @@ jobs:
268268
uses: denoland/setup-deno@v1
269269
with:
270270
# Should match the `DENO_VERSION_RANGE` from https://github.com/netlify/build/blob/main/packages/edge-bundler/node/bridge.ts#L20
271-
deno-version: v2.2.4
271+
deno-version: v2.4.2
272272
- name: "Install dependencies"
273273
run: npm ci
274274
- name: "Build"

.github/workflows/size-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: denoland/setup-deno@v1
2626
with:
2727
# Should match the `DENO_VERSION_RANGE` from https://github.com/netlify/build/blob/main/packages/edge-bundler/node/bridge.ts#L20
28-
deno-version: v2.2.4
28+
deno-version: v2.4.2
2929

3030
- name: 'Install dependencies'
3131
run: npm ci

.github/workflows/test-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ jobs:
191191
uses: denoland/setup-deno@v1
192192
with:
193193
# Should match the `DENO_VERSION_RANGE` from https://github.com/netlify/build/blob/main/packages/edge-bundler/node/bridge.ts#L20
194-
deno-version: v2.2.4
194+
deno-version: v2.4.2
195195

196196
- name: install runtime
197197
run: npm install --ignore-scripts

0 commit comments

Comments
 (0)