diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f3bb2145..9ae01c0f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: environment: CI strategy: matrix: - deno-version: [1.36.3] + deno-version: [1.36.4] steps: - name: Git Checkout Deno Module @@ -30,7 +30,7 @@ jobs: 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 # this here because dns seems to be wedged on gha # - name: Add hosts to /etc/hosts