From 7c2796f65e39ed8ef8103d683c7349aec76033e8 Mon Sep 17 00:00:00 2001 From: aricart Date: Mon, 4 Dec 2023 20:36:32 -0400 Subject: [PATCH] [BUMP] ci node versions --- .github/workflows/natsjs.yml | 8 ++++---- .github/workflows/npm.yml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/natsjs.yml b/.github/workflows/natsjs.yml index 3e7b660..02c257a 100644 --- a/.github/workflows/natsjs.yml +++ b/.github/workflows/natsjs.yml @@ -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 @@ -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 diff --git a/.github/workflows/npm.yml b/.github/workflows/npm.yml index 77d194e..1d80fa5 100644 --- a/.github/workflows/npm.yml +++ b/.github/workflows/npm.yml @@ -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: