From 5ac8603bf92b6a49bc48f3f5bb3fc49e93f6113d Mon Sep 17 00:00:00 2001 From: Flavio Wuensche Date: Sat, 7 Sep 2024 21:26:08 +0200 Subject: [PATCH] chore: upgrade to setup node v4 --- .github/workflows/ci_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index d9e484eb..bbc9d474 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -28,7 +28,7 @@ jobs: ref: ${{ github.head_ref || github.ref_name }} - name: Set up node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version-file: .nvmrc cache: npm