From 0305b14aedece39a2d43c59f97c06a6f69c9cfc3 Mon Sep 17 00:00:00 2001 From: Anna Bocharova Date: Mon, 22 Jul 2024 12:29:47 +0200 Subject: [PATCH] Revert "CI: Avoiding Node 22.5" (#1921) Reverts RobinTail/express-zod-api#1920 Seems to be fixed in 22.5.1 --- .github/workflows/node.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 35a28613e..bce89f554 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [18.18.0, 18.x, 20.9.0, 20.x, 22.0.0, 22.4] + node-version: [18.18.0, 18.x, 20.9.0, 20.x, 22.0.0, 22.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: - name: Get yarn cache dir