From d19b0c2e12d0a5bff48524f8aee1c2d2a232baa9 Mon Sep 17 00:00:00 2001 From: Manuel <5673677+mtrezza@users.noreply.github.com> Date: Thu, 26 Sep 2024 02:20:56 +0200 Subject: [PATCH] feat: Add support for Node 20 and 22 (#101) --- .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 dd9479d..77d4b73 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [ '12', '14', '15', '16', '17', '18' ] + node: [ '12', '14', '15', '16', '17', '18', '20', '22' ] timeout-minutes: 30 env: COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}