We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0b11730 + 27d7c9b commit 1ff6beeCopy full SHA for 1ff6bee
.github/workflows/test.yml
@@ -16,7 +16,7 @@ jobs:
16
environment: CI
17
strategy:
18
matrix:
19
- deno-version: [1.44.4]
+ deno-version: [1.46.3]
20
21
steps:
22
- name: Git Checkout Deno Module
@@ -30,7 +30,7 @@ jobs:
30
deno-version: ${{ matrix.deno-version }}
31
32
- name: Set NATS Server Version
33
- run: echo "NATS_VERSION=v2.10.17" >> $GITHUB_ENV
+ run: echo "NATS_VERSION=v2.10.24" >> $GITHUB_ENV
34
35
# this here because dns seems to be wedged on gha
36
# - name: Add hosts to /etc/hosts
src/deno_transport.ts
@@ -34,7 +34,7 @@ import {
Transport,
} from "../nats-base-client/internal_mod.ts";
37
-const VERSION = "1.28.2";
+const VERSION = "1.29.0";
38
const LANG = "nats.deno";
39
40
const ReadBufferSize = 1024 * 256;
0 commit comments