From 1c99caded5376e074b6790a04e29733cc19792a9 Mon Sep 17 00:00:00 2001 From: "Ilyas Bakirov (aka eRIC)" Date: Thu, 5 Mar 2026 09:34:40 +0500 Subject: [PATCH] Switch Nodejs version from v12 to v22 in GitHub workflow --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 459acd9d..009c695e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,7 +13,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v2 with: - node-version: '12' + node-version: '22' cache: 'npm' - run: npm ci - run: npm test -- --coverage