From fc33e981576449966a075e84b1b224ef6e52e80f Mon Sep 17 00:00:00 2001 From: Roman Kuznetsov Date: Thu, 18 Jul 2024 21:06:40 +0300 Subject: [PATCH] chore: run tests on node@22.4 instead of node@22.5 --- .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 de6a5e4e0..c336a1b65 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - node-version: [18.x, 20.x, 22.x] + node-version: [18.x, 20.x, 22.4] steps: - uses: actions/checkout@v2