Skip to content

Commit

Permalink
[CI] update nats-server (#597)
Browse files Browse the repository at this point in the history
  • Loading branch information
aricart authored Oct 13, 2023
1 parent dd47b45 commit 2d2abe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/natsjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
deno-version: ${{ matrix.deno-version }}
- name: Set NATS Server Version
run: echo "NATS_VERSION=v2.10.1" >> $GITHUB_ENV
run: echo "NATS_VERSION=v2.10.3" >> $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

0 comments on commit 2d2abe9

Please sign in to comment.