From 88ff9f78e23a4bba30e908d278a654685b5cdfb0 Mon Sep 17 00:00:00 2001 From: Zefir Kirilov Date: Wed, 3 Jun 2026 10:39:15 +0300 Subject: [PATCH] Revert Node.js CI v22 version pin from #168 --- .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 0096ac2..2545d96 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: strategy: fail-fast: false matrix: - node: [20, 22.22.1, 24] + node: [20, 22, 24] steps: - name: Checkout repository uses: actions/checkout@v6