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-07-21 04:05:35 +0300
committerGitHub <noreply@github.com>2021-07-21 04:05:35 +0300
commit855d92c1588f0b0230009d125772b4304139d63a (patch)
treede630fecf673df39aa84d1f5dfedb6fab6605aea /.github
parent72aab2e539b0fc005e416f25b276f78325367d66 (diff)
Bump actions/setup-node from 2.2.0 to 2.3.0
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2.2.0...v2.3.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 f173e9fa7..23cc3cbaf 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.2.0
+ uses: actions/setup-node@v2.3.0
with:
node-version: 14.x
- name: npm install
diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml
index a89d11098..347d3da93 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.2.0
+ uses: actions/setup-node@v2.3.0
with:
node-version: 14.x
- name: Set up php$
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index e6f93fd32..873254e30 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.2.0
+ uses: actions/setup-node@v2.3.0
with:
node-version: 12.x
- name: npm install