From 1caf48cbfab3d8da91746b4f989564dbbab0b90b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 14:21:25 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v3.8.2 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9fe3dd9..7442eb2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -15,7 +15,7 @@ jobs: if: github.event.head_commit.author.name != 'actions' steps: - uses: actions/checkout@v3 - - uses: actions/setup-node@v3.3.0 + - uses: actions/setup-node@v3.8.2 with: node-version: "14" - uses: bahmutov/npm-install@v1