From 0a849f7ac6de849aad1707eca36d4ab0d12cf5d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 00:16:38 +0000 Subject: [PATCH] chore(deps): bump actions/setup-node from 4 to 6 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 6. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/backend-tests.yml | 2 +- .github/workflows/frontend-tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/backend-tests.yml b/.github/workflows/backend-tests.yml index 28c75ab..b07ceaf 100644 --- a/.github/workflows/backend-tests.yml +++ b/.github/workflows/backend-tests.yml @@ -26,7 +26,7 @@ jobs: with: repository: ether/etherpad-lite path: etherpad-lite - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v6 name: Install Node.js with: node-version: 22 diff --git a/.github/workflows/frontend-tests.yml b/.github/workflows/frontend-tests.yml index e562cb0..dc21735 100644 --- a/.github/workflows/frontend-tests.yml +++ b/.github/workflows/frontend-tests.yml @@ -16,7 +16,7 @@ jobs: with: repository: ether/etherpad-lite path: etherpad-lite - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v6 name: Install Node.js with: node-version: 22