diff --git a/.github/workflows/tests-unit.yml b/.github/workflows/tests-unit.yml index 7aa037d..cf697d0 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@v4.4.0 + uses: actions/setup-node@v6.4.0 with: - node-version: 20 + node-version: 24 - name: "Install dependencies" run: npm ci - name: "Run tests"