From ef1308ccd26ae922b6d67651589441db9220b6da Mon Sep 17 00:00:00 2001 From: Pavel Meyer Date: Tue, 17 Dec 2024 15:32:16 +0300 Subject: [PATCH] Update tests.yml --- .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 f373c292c7..8677138773 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: "14.x" + node-version: "18.x" - name: Install dependencies run: yarn - name: Run project tests