Skip to content

Commit

Permalink
bumps(ci): bumped deno and node versions in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
aricart committed Dec 23, 2024
1 parent 8228dfe commit 09d28f0
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/consistency_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest-4-cores
strategy:
matrix:
deno-version: [2.0.x]
deno-version: [2.1.x]
module: [
core,
jetstream,
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
runs-on: ubuntu-latest-4-cores
strategy:
matrix:
deno-version: [2.0.x]
node-version: [22.x]
deno-version: [2.1.x]
node-version: [23.x]
permissions:
contents: read
id-token: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deno_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest-4-cores
strategy:
matrix:
deno-version: [2.0.x]
deno-version: [2.1.x]
module: [core, jetstream, kv, obj, services, transport-deno]

steps:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/jetstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
runs-on: ubuntu-latest-4-cores
strategy:
matrix:
deno-version: [2.0.x]
deno-version: [2.1.x]
node-version: [23.x]

steps:
- name: Git Checkout Core
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/kv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
runs-on: ubuntu-latest-4-cores
strategy:
matrix:
deno-version: [2.0.x]
deno-version: [2.1.x]
node-version: [23.x]

steps:
- name: Git Checkout Core
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest-4-cores
strategy:
matrix:
deno-version: [2.0.x]
deno-version: [2.1.x]
node-version: [23.x]

steps:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/obj.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
runs-on: ubuntu-latest-4-cores
strategy:
matrix:
deno-version: [2.0.x]
deno-version: [2.1.x]
node-version: [23.x]

steps:
- name: Git Checkout Core
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
runs-on: ubuntu-latest-4-cores
strategy:
matrix:
deno-version: [2.0.x]
deno-version: [2.1.x]
node-version: [23.x]

steps:
- name: Git Checkout Core
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/transport-node-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
test:
strategy:
matrix:
deno-version: [2.0.x]
node-version: [22.x]
deno-version: [2.1.x]
node-version: [23.x]

name: test node transport with local dependencies
runs-on: ubuntu-latest-4-cores
Expand Down

0 comments on commit 09d28f0

Please sign in to comment.