Skip to content

Commit

Permalink
[BUMP] nbc to 1.19.0 and deps (#607)
Browse files Browse the repository at this point in the history
* [BUMP] nbc to 1.19.0 and deps

* [BUMP] nats-server

* [BUMP] ci node versions
  • Loading branch information
aricart committed Dec 5, 2023
1 parent cc706e4 commit 177b1ef
Show file tree
Hide file tree
Showing 5 changed files with 746 additions and 3,121 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/natsjs.yml
Expand Up @@ -13,8 +13,8 @@ jobs:
test:
strategy:
matrix:
node-version: [20.x, 18.x, 16.x]
deno-version: [1.36.4]
node-version: [21.x, 20.x, 18.x]
deno-version: [1.38.3]

runs-on: ubuntu-latest

Expand All @@ -32,7 +32,7 @@ jobs:
with:
deno-version: ${{ matrix.deno-version }}
- name: Set NATS Server Version
run: echo "NATS_VERSION=v2.10.4" >> $GITHUB_ENV
run: echo "NATS_VERSION=v2.10.6" >> $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 @@ -44,11 +44,11 @@ jobs:
env:
CI: true
- name: Gather coverage
if: matrix.node-version == '20.x'
if: matrix.node-version == '21.x'
run: npm run coveralls
- name: Upload coverage
uses: coverallsapp/github-action@v1.2.5
if: matrix.node-version == '20.x'
if: matrix.node-version == '21.x'
with:
github-token: ${{ secrets.github_token }}
path-to-lcov: ./coverage/lcov.info
4 changes: 2 additions & 2 deletions .github/workflows/npm.yml
Expand Up @@ -8,8 +8,8 @@ jobs:
test:
strategy:
matrix:
node-version: [20.x]
deno-version: [1.36.4]
node-version: [21.x]
deno-version: [1.38.3]

runs-on: ubuntu-latest
permissions:
Expand Down

0 comments on commit 177b1ef

Please sign in to comment.