Skip to content

Commit 6ac3fcd

Browse files
committed
chore: update versions
1 parent 19bf800 commit 6ac3fcd

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/workflow.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,12 @@ jobs:
5454
os: [ubuntu-24.04, macos-14, windows-2025]
5555
node-version: ['22']
5656
# Must include the minimum deno version from the `DENO_VERSION_RANGE` constant in `node/bridge.ts`.
57-
# We're adding v2.4.2 here because it's needed for the upcoming nimble release, so we can test
58-
# those workflows ahead of time before we can update the base version across the board.
59-
deno-version: ['v1.39.0', 'v2.2.4', 'v2.4.2']
57+
deno-version: ['v2.4.2']
6058
include:
6159
- os: ubuntu-24.04
6260
# Earliest supported version
6361
node-version: '18.14.0'
64-
deno-version: 'v2.2.4'
62+
deno-version: 'v2.4.2'
6563
fail-fast: false
6664
steps:
6765
# Sets an output parameter if this is a release PR
@@ -159,7 +157,7 @@ jobs:
159157
- name: Setup Deno
160158
uses: denoland/setup-deno@v1
161159
with:
162-
deno-version: v2.2.4
160+
deno-version: v2.4.2
163161
if: ${{ !steps.release-check.outputs.IS_RELEASE }}
164162
- name: Node.js ${{ matrix.node-version }}
165163
uses: actions/setup-node@v5

0 commit comments

Comments
 (0)