Skip to content

Commit

Permalink
bump deno
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto Ricart <alberto@synadia.com>
  • Loading branch information
aricart committed Oct 28, 2024
1 parent 6842b09 commit 7a7398e
Show file tree
Hide file tree
Showing 11 changed files with 11 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: [1.45.x]
deno-version: [2.0.x]
module: [
core,
jetstream,
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest-4-cores
strategy:
matrix:
deno-version: [1.45.x]
deno-version: [2.0.x]
node-version: [22.x]
permissions:
contents: read
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: [1.45.x]
deno-version: [2.0.x]
module: [core, jetstream, kv, obj, services, transport-deno]

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

steps:
- name: Git Checkout Core
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest-4-cores
strategy:
matrix:
deno-version: [1.45.x]
deno-version: [2.0.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: [1.45.x]
deno-version: [2.0.x]
node-version: [22.x]

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

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

steps:
- name: Git Checkout Core
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/transport-node-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
test:
strategy:
matrix:
deno-version: [1.45.x]
deno-version: [2.0.x]
node-version: [22.x]

name: test node transport with local dependencies
Expand Down
2 changes: 1 addition & 1 deletion core/import_map.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"test_helpers": "../test_helpers/mod.ts",
"@nats-io/nats-core": "./src/mod.ts",
"@nats-io/nats-core/internal": "./src/internal_mod.ts",
"@std/io": "jsr:@std/io@0.224.0"
"@std/io": "jsr:@std/io@0.225.0"
}
}
2 changes: 1 addition & 1 deletion transport-deno/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
]
},
"imports": {
"@std/io": "jsr:@std/io@0.224.0",
"@std/io": "jsr:@std/io@0.225.0",
"@nats-io/nats-core": "jsr:@nats-io/nats-core@~3.0.0-31",
"@nats-io/nkeys": "jsr:@nats-io/nkeys@1.2.0-4",
"@nats-io/nuid": "jsr:@nats-io/nuid@2.0.1-2"
Expand Down

0 comments on commit 7a7398e

Please sign in to comment.