From 1def7be635fc3ec557cd263f87d1b3db2dc2034a Mon Sep 17 00:00:00 2001 From: sozinov Date: Mon, 25 May 2026 16:03:54 +0300 Subject: [PATCH] bump node version --- .github/workflows/lint_and_test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lint_and_test.yml b/.github/workflows/lint_and_test.yml index 3af9449..8c9184e 100644 --- a/.github/workflows/lint_and_test.yml +++ b/.github/workflows/lint_and_test.yml @@ -19,9 +19,9 @@ jobs: uses: actions/checkout@v4 - name: Setup node JS - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: - node-version: 14 + node-version: 20 registry-url: https://registry.npmjs.org - name: Setup local environment @@ -37,9 +37,9 @@ jobs: uses: actions/checkout@v4 - name: Setup node JS - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: - node-version: 14 + node-version: 20 registry-url: https://registry.npmjs.org - name: Setup local environment