From be1a5b4cc8bc01193b491fa419334adeb5a3af5e Mon Sep 17 00:00:00 2001 From: Alexei Boronine Date: Mon, 14 Oct 2024 18:21:33 +0300 Subject: [PATCH] Only use node 22 --- .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 2284b93..a1eb710 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node-version: [18.x, 20.x, 22.x] + node-version: [22.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: