From a38548ffe8e6d7e64ca7c1c2721bf66431428c5c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 23:51:40 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v3.8.2 --- .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..cbba5190 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@v3.8.2 with: node-version: 16.x - run: pnpm i