From 2eca98a6b091162d9d776a766f4b21ba8e8ab6ab Mon Sep 17 00:00:00 2001 From: Klaus Hartl Date: Sat, 9 Mar 2024 09:43:40 +0100 Subject: [PATCH] Remove Node version from test matrix To soon.. --- .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 bb4ee150..835a918d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [18.x, 20.x, 22.x] + node-version: [18.x, 20.x] steps: - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }}