From ee6b35430b6aa99f5bd55ad56c1ca721966c217b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 13:04:18 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v4 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4c1e3a58..a43b0828 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@v2 - name: Node setup - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: node-version: '14'