Skip to content

Commit

Permalink
[BUMP] ci dependencies and lib version
Browse files Browse the repository at this point in the history
  • Loading branch information
aricart committed Aug 16, 2023
1 parent 6d1a993 commit a4e457d
Show file tree
Hide file tree
Showing 7 changed files with 131 additions and 225 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/natsws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
strategy:
matrix:
node-version: [16.x]
deno-version: [1.36.1]
environment: CI
runs-on: ubuntu-latest
steps:
Expand All @@ -26,11 +27,11 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Use Deno Version ${{ matrix.deno-version }}
uses: denoland/setup-deno@v1.1.1
uses: denoland/setup-deno@v1
with:
deno-version: 1.32.5
deno-version: ${{ matrix.deno-version }}
- name: Set NATS Server Version
run: echo "NATS_VERSION=v2.9.19" >> $GITHUB_ENV
run: echo "NATS_VERSION=v2.9.21" >> $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 a4e457d

Please sign in to comment.