Skip to content

Commit

Permalink
[REL] 2.10.3 - update nbc to 1.10.3, nats-server, and deno (#545)
Browse files Browse the repository at this point in the history
* [FIX] fixed test checking error sent from the server to match current error
* [CI] build dependencies
  • Loading branch information
aricart authored Jan 12, 2023
1 parent 036219f commit 8d61911
Show file tree
Hide file tree
Showing 7 changed files with 157 additions and 205 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/natsjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
- name: Use Deno Version ${{ matrix.deno-version }}
uses: denolib/setup-deno@master
with:
deno-version: 1.29.1
deno-version: 1.29.2
- name: Set NATS Server Version
run: echo "NATS_VERSION=v2.9.10" >> $GITHUB_ENV
run: echo "NATS_VERSION=v2.9.11" >> $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 8d61911

Please sign in to comment.