Skip to content

Commit

Permalink
[BUMP] client version to 2.10.0
Browse files Browse the repository at this point in the history
[BUMP] nbc to 1.10.0 and nats-server to 2.9.9
  • Loading branch information
aricart committed Dec 19, 2022
1 parent 8055ea7 commit e1c127e
Show file tree
Hide file tree
Showing 3 changed files with 198 additions and 189 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/natsjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
test:
strategy:
matrix:
node-version: [18.x, 16.x, 14.x]
node-version: [19.x, 18.x, 16.x, 14.x]

runs-on: ubuntu-latest

Expand All @@ -31,7 +31,7 @@ jobs:
with:
deno-version: 1.27.0
- name: Set NATS Server Version
run: echo "NATS_VERSION=v2.9.5" >> $GITHUB_ENV
run: echo "NATS_VERSION=v2.9.9" >> $GITHUB_ENV
- name: Get nats-server
run: |
wget "https://github.com/nats-io/nats-server/releases/download/$NATS_VERSION/nats-server-$NATS_VERSION-linux-amd64.zip" -O tmp.zip
Expand Down
Loading

0 comments on commit e1c127e

Please sign in to comment.