From f2eb4edcf0fc90d14cc4396896e3c039b55af873 Mon Sep 17 00:00:00 2001 From: soulgalore Date: Wed, 12 Jun 2024 15:53:59 +0200 Subject: [PATCH] Include NodeJS 22 in test matrix --- .github/workflows/unittests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unittests.yml b/.github/workflows/unittests.yml index 442a34dd25..fb6709fc33 100644 --- a/.github/workflows/unittests.yml +++ b/.github/workflows/unittests.yml @@ -13,7 +13,7 @@ jobs: fail-fast: false matrix: browser: ['chrome', 'firefox'] - node-version: [18.x, 20.x] + node-version: [18.x, 20.x, 22.x] steps: - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }}