Skip to content

Commit aaf5612

Browse files
committed
[BUMP] deno to 1.43.1 and client version
1 parent d4665ee commit aaf5612

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
environment: CI
1717
strategy:
1818
matrix:
19-
deno-version: [1.42.1]
19+
deno-version: [1.43.1]
2020

2121
steps:
2222
- name: Git Checkout Deno Module

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
build: test
44

55
lint:
6-
deno lint --ignore=docs/
6+
deno lint --ignore=docs/,debug/
77

88
test: clean
99
deno test --allow-all --parallel --reload --quiet --coverage=coverage tests/ jetstream/tests

src/deno_transport.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import {
3434
Transport,
3535
} from "../nats-base-client/internal_mod.ts";
3636

37-
const VERSION = "1.21.0";
37+
const VERSION = "1.24.0";
3838
const LANG = "nats.deno";
3939

4040
const ReadBufferSize = 1024 * 256;

0 commit comments

Comments
 (0)