From 42ea564bb95eecefea58b48457ead92deb84e27b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Muhammed=20Tanr=C4=B1kulu?= Date: Tue, 25 Feb 2025 16:17:36 +0100 Subject: [PATCH] bump github ci action node version to v22 --- .github/workflows/test.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.js.yml b/.github/workflows/test.js.yml index 19e71bf..ae8d8c3 100644 --- a/.github/workflows/test.js.yml +++ b/.github/workflows/test.js.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: - node-version: [18.x, 19.x] + node-version: [22.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: