Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-06-15 08:10:04 +0300
committerGitHub <noreply@github.com>2022-06-15 08:10:04 +0300
commitcb87d43b11a19f26f464659377ca1927c3c7046e (patch)
tree848189a92835ee224deb8de898ff7e12754adfd1
parent7a93202c355bf3eb4ddea778563923e9f601eb8c (diff)
Bump actions/setup-node from 2 to 3dependabot/github_actions/actions/setup-node-3
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2 to 3. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--.github/workflows/browser_tests.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/browser_tests.yml b/.github/workflows/browser_tests.yml
index 2844a5609..2f945453e 100644
--- a/.github/workflows/browser_tests.yml
+++ b/.github/workflows/browser_tests.yml
@@ -56,7 +56,7 @@ jobs:
run: cp .github/config-test.inc.php config/config-test.inc.php
- name: Setup NPM
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v3
with:
node-version: '16'