Skip to content

Commit

Permalink
[BUMP] ci node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
aricart committed Dec 5, 2023
1 parent ca4a220 commit 7c2796f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/natsjs.yml
Original file line number Diff line number Diff line change
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 Down Expand Up @@ -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
Original file line number Diff line number Diff line change
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 7c2796f

Please sign in to comment.