From d9e6061a559451da45ab1b7d3596e4c3536197fd Mon Sep 17 00:00:00 2001 From: Augustin Mauroy Date: Wed, 8 May 2024 19:49:12 +0200 Subject: [PATCH] node version: add 20 Signed-off-by: Augustin Mauroy --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 040df430..ba84c833 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ jobs: strategy: fail-fast: false matrix: - node: [12.x, 14.x, 16.x, 18.x] + node: [12.x, 14.x, 16.x, 18.x, 20.x] steps: - name: Git checkout uses: actions/checkout@v2 @@ -28,7 +28,7 @@ jobs: - run: npm run test:tsd - run: npm run test:cov || npm run test:cov || npm run test:cov - name: Coveralls - if: matrix.node == '18.x' + if: matrix.node == '20.x' uses: coverallsapp/github-action@master with: github-token: ${{ secrets.GITHUB_TOKEN }}