Skip to content

Commit

Permalink
[BUMP] nbc to v1.14.0 (#571)
Browse files Browse the repository at this point in the history
  • Loading branch information
aricart committed May 23, 2023
1 parent b5f0b2f commit 6c95156
Show file tree
Hide file tree
Showing 6 changed files with 200 additions and 285 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/natsjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
test:
strategy:
matrix:
node-version: [19.x, 18.x, 16.x, 14.x]
node-version: [20.x, 19.x, 18.x, 16.x]

runs-on: ubuntu-latest

Expand All @@ -31,7 +31,7 @@ jobs:
with:
deno-version: 1.30.3
- name: Set NATS Server Version
run: echo "NATS_VERSION=v2.9.14" >> $GITHUB_ENV
run: echo "NATS_VERSION=v2.9.17" >> $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 All @@ -46,7 +46,7 @@ jobs:
if: matrix.node-version == '18.x'
run: npm run coveralls
- name: Upload coverage
uses: coverallsapp/github-action@1.1.3
uses: coverallsapp/github-action@v1.2.5
if: matrix.node-version == '18.x'
with:
github-token: ${{ secrets.github_token }}
Expand Down
Loading

0 comments on commit 6c95156

Please sign in to comment.