From db3ddcacf89130fab75dc375aedde376bc623754 Mon Sep 17 00:00:00 2001 From: Ilyas Landikov <93825870+ilandikov@users.noreply.github.com> Date: Mon, 20 May 2024 21:14:19 +0600 Subject: [PATCH] . e update node to v20 --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2667163..9ffe9f9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,6 +13,6 @@ jobs: - name: Use NodeJS uses: actions/setup-node@v1 with: - node-version: 16 + node-version: 20 - run: | - ./run_tests.sh \ No newline at end of file + ./run_tests.sh