From 8ce744ab33dac91daba6e3b5ae7b06d970a1c780 Mon Sep 17 00:00:00 2001 From: david-vaclavek Date: Thu, 5 Sep 2024 12:41:07 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore(QA):=20switch=20to=20Node?= =?UTF-8?q?=2020=20in=20GH=20actions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/qa.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index ba397a0..195fe41 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -16,7 +16,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 with: - node-version: 16 + node-version: 20 - name: Install dependencies run: npm ci