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:
Diffstat (limited to '.github/workflows/lint.yml')
-rw-r--r--.github/workflows/lint.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 29625291a..f173e9fa7 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -56,9 +56,9 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Set up Node
- uses: actions/setup-node@v2.1.5
+ uses: actions/setup-node@v2.2.0
with:
- node-version: 12.x
+ node-version: 14.x
- name: npm install
run: npm ci
- name: eslint