Skip to content

Commit 360f70d

Browse files
committed
chore(workflows): update Deno to 2.6.x, Node to 25.x in CI configurations
Signed-off-by: Alberto Ricart <alberto@synadia.com>
1 parent 7d9f3db commit 360f70d

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/consistency_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
deno-version: [2.4.x]
11+
deno-version: [2.6.x]
1212
module: [
1313
core,
1414
jetstream,

.github/workflows/deno_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
deno-version: [2.4.x]
11+
deno-version: [2.6.x]
1212
module: [core, jetstream, kv, obj, services, transport-deno]
1313

1414
steps:

.github/workflows/node_checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
deno-version: [2.4.x]
12-
node-version: [24.x]
11+
deno-version: [2.6.x]
12+
node-version: [25.x]
1313

1414
steps:
1515
- name: Git Checkout Sources

.github/workflows/transport-node-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
test:
1919
strategy:
2020
matrix:
21-
deno-version: [2.4.x]
22-
node-version: [24.x]
21+
deno-version: [2.6.x]
22+
node-version: [25.x]
2323

2424
name: test node transport with local dependencies
2525
runs-on: ubuntu-latest

.github/workflows/unsafe_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
deno-version: [2.4.x]
11+
deno-version: [2.6.x]
1212

1313
steps:
1414
- name: Git Checkout Sources

0 commit comments

Comments
 (0)