From e5c552826d0662a14d07b4c0d665826fee0c63f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fatih=20Ayg=C3=BCn?= Date: Thu, 6 Jun 2024 16:02:08 +0300 Subject: [PATCH] chore: replace node v21 with v22 in CI --- .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 ecc33d5..460198e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: - os: ubuntu-latest node_version: 18 - os: ubuntu-latest - node_version: 21 + node_version: 22 fail-fast: false name: "CI tests on node-${{ matrix.node_version }}, ${{ matrix.os }}" steps: