From 604f96119955fbf1f990fdb213ea85a89e1c307f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 05:41:52 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v4 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index afc0d1a9..c1e97a59 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: with: version: latest - name: Use Node.js 16.x - uses: actions/setup-node@v3.4.1 + uses: actions/setup-node@v4.2.0 with: node-version: 16.x - run: pnpm i