From aa116d8b80eb9f70da1314493e3c60a822096e02 Mon Sep 17 00:00:00 2001 From: harryadel Date: Thu, 20 Jun 2024 19:01:26 +0300 Subject: [PATCH] Use node version no 14 --- .github/workflows/testsuite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml index 62b9c6f..8571c2e 100644 --- a/.github/workflows/testsuite.yml +++ b/.github/workflows/testsuite.yml @@ -23,7 +23,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v4 with: - node-version: "12.x" + node-version: "14.x" - name: Install Dependencies run: |