From 417427dc23c0fa6348cdbf76f07630afaa78757d Mon Sep 17 00:00:00 2001 From: Nicolas Pennec Date: Wed, 25 Oct 2023 09:04:39 +0200 Subject: [PATCH] [ci] add the "current" Node.js version to matrix testing Currently the current release is Node.js 21.x --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f94406c240..5e4a65c9a5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [18, 20] + node: [18, 20, current] steps: - uses: actions/checkout@v4 - name: Setup node