diff --git a/.github/workflows/tests-unit.yml b/.github/workflows/tests-unit.yml index cf697d0..7aa037d 100644 --- a/.github/workflows/tests-unit.yml +++ b/.github/workflows/tests-unit.yml @@ -18,9 +18,9 @@ jobs: - name: "Checkout repository" uses: actions/checkout@v5 - name: "Setup node" - uses: actions/setup-node@v6.4.0 + uses: actions/setup-node@v4.4.0 with: - node-version: 24 + node-version: 20 - name: "Install dependencies" run: npm ci - name: "Run tests"