From e79fd1e6d9a1f1f8ae4ab64d1488c6f6aba8f213 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 00:31:11 +0000 Subject: [PATCH] Bump actions/setup-node from 4.0.1 to 4.1.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.1 to 4.1.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4.0.1...v4.1.0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 26c340d..5813005 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,7 +8,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Setup Node - uses: actions/setup-node@v4.0.1 + uses: actions/setup-node@v4.1.0 with: node-version: "20" # Cache node_modules for faster CI runs if the yarn.lock doesn't change change