From ac00e5c0583508697ea26635f0df33de3320b59a Mon Sep 17 00:00:00 2001 From: Zita Szupera Date: Wed, 3 Jul 2024 09:16:52 +0200 Subject: [PATCH] chore: fix node version --- .github/workflows/workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 9d80e487..98814d89 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [18.x] + node-version: [16.x] steps: - uses: actions/checkout@v2