Skip to content

Commit

Permalink
[CI] updates nats-server and deno
Browse files Browse the repository at this point in the history
  • Loading branch information
aricart committed Sep 20, 2023
1 parent fb23776 commit 4a51435
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/natsws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
node-version: [16.x]
deno-version: [1.36.1]
deno-version: [1.36.4]
environment: CI
runs-on: ubuntu-latest
steps:
Expand All @@ -31,7 +31,7 @@ jobs:
with:
deno-version: ${{ matrix.deno-version }}
- name: Set NATS Server Version
run: echo "NATS_VERSION=v2.9.21" >> $GITHUB_ENV
run: echo "NATS_VERSION=v2.10.1" >> $GITHUB_ENV
- name: Set CA
run: echo "NODE_EXTRA_CA_CERTS=/home/runner/work/nats.ws/nats.ws/test/certs/ca.crt" >> $GITHUB_ENV
- name: Get nats-server
Expand Down

0 comments on commit 4a51435

Please sign in to comment.