From 571d03f5fd9f4dca073152b123f117b5fb9bde8b Mon Sep 17 00:00:00 2001 From: campersau Date: Thu, 3 Oct 2024 09:05:20 +0200 Subject: [PATCH] CI: replace node 21 with 22 --- .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 344c7dd06..e54cc7a58 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: ['18', '20', '21'] + node-version: ['18', '20', '22'] os: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.os }} # env: