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

github.com/nextcloud/contacts.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2022-04-26 18:39:22 +0300
committerGitHub <noreply@github.com>2022-04-26 18:39:22 +0300
commitc13782880398d3ac429a638e2f32760879b6e71c (patch)
tree777439c0100241dccdce1fc1c08c1c2b3df4d905 /.github
parenta84d7fa7ce66839a0e44934faf652e8c3a69fc23 (diff)
parent23f5296437174533c96c824761a2f64817586410 (diff)
Merge pull request #2664 from nextcloud/feat/workflow-auto-update-lint-eslint.yml
Updating lint-eslint.yml workflow from template
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/lint-eslint.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/.github/workflows/lint-eslint.yml b/.github/workflows/lint-eslint.yml
index f2743973..5f48fb58 100644
--- a/.github/workflows/lint-eslint.yml
+++ b/.github/workflows/lint-eslint.yml
@@ -10,6 +10,7 @@ on:
push:
branches:
- main
+ - master
- stable*
jobs:
@@ -20,17 +21,17 @@ jobs:
steps:
- name: Checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
- name: Read package.json node and npm engines version
- uses: skjnldsv/read-package-engines-version-actions@v1.1
+ uses: skjnldsv/read-package-engines-version-actions@v1.2
id: versions
with:
fallbackNode: '^12'
fallbackNpm: '^6'
- name: Set up node ${{ steps.versions.outputs.nodeVersion }}
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v3
with:
node-version: ${{ steps.versions.outputs.nodeVersion }}