From b6db16048ae2ca1fc5aede18fa47b8fac9166e9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 20:41:17 +0000 Subject: [PATCH] :arrow_up: Bump actions/setup-node from 3.5.1 to 4.1.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.5.1 to 4.1.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v3.5.1...v4.1.0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/node.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml index cc973de..b9897d1 100644 --- a/.github/workflows/node.yml +++ b/.github/workflows/node.yml @@ -13,7 +13,7 @@ jobs: - name: Checkout uses: actions/checkout@v3.1.0 - name: Setup Node.js - uses: actions/setup-node@v3.5.1 + uses: actions/setup-node@v4.1.0 with: node-version: 16 - name: Cache node modules diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fde3663..3021ae0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: - name: Checkout uses: actions/checkout@v3.1.0 - name: Setup Node.js - uses: actions/setup-node@v3.5.1 + uses: actions/setup-node@v4.1.0 with: node-version: 16 - name: Install dependencies