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

github.com/nextcloud/mail.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>2021-08-06 04:04:57 +0300
committerGitHub <noreply@github.com>2021-08-06 04:04:57 +0300
commite8a05756ce2d18476180047ac00567221415b4a1 (patch)
tree44745a7cb66f48f55aaec5ba4ada2a13eae2e13e /.github
parenta0d72077203f108f015c12619d06edfd923e8a32 (diff)
Bump actions/setup-node from 2.3.0 to 2.4.0
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.3.0 to 2.4.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2.3.0...v2.4.0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/lint.yml2
-rw-r--r--.github/workflows/package.yml2
-rw-r--r--.github/workflows/test.yml2
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 23cc3cbaf..f72f00efe 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -56,7 +56,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Set up Node
- uses: actions/setup-node@v2.3.0
+ uses: actions/setup-node@v2.4.0
with:
node-version: 14.x
- name: npm install
diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml
index 347d3da93..1a2596599 100644
--- a/.github/workflows/package.yml
+++ b/.github/workflows/package.yml
@@ -15,7 +15,7 @@ jobs:
- name: Checkout
uses: actions/checkout@master
- name: Set up Node
- uses: actions/setup-node@v2.3.0
+ uses: actions/setup-node@v2.4.0
with:
node-version: 14.x
- name: Set up php$
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index dc42575f4..d1c52da97 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -150,7 +150,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Set up Node
- uses: actions/setup-node@v2.3.0
+ uses: actions/setup-node@v2.4.0
with:
node-version: 12.x
- name: npm install