Skip to content

Commit

Permalink
[BUMP] deno to 1.43.1 and client version
Browse files Browse the repository at this point in the history
  • Loading branch information
aricart committed May 3, 2024
1 parent d4665ee commit aaf5612
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
environment: CI
strategy:
matrix:
deno-version: [1.42.1]
deno-version: [1.43.1]

steps:
- name: Git Checkout Deno Module
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -3,7 +3,7 @@
build: test

lint:
deno lint --ignore=docs/
deno lint --ignore=docs/,debug/

test: clean
deno test --allow-all --parallel --reload --quiet --coverage=coverage tests/ jetstream/tests
Expand Down
2 changes: 1 addition & 1 deletion src/deno_transport.ts
Expand Up @@ -34,7 +34,7 @@ import {
Transport,
} from "../nats-base-client/internal_mod.ts";

const VERSION = "1.21.0";
const VERSION = "1.24.0";
const LANG = "nats.deno";

const ReadBufferSize = 1024 * 256;
Expand Down

0 comments on commit aaf5612

Please sign in to comment.