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

github.com/nextcloud/files_videoplayer.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-07 15:42:00 +0300
committerGitHub <noreply@github.com>2022-04-07 15:42:00 +0300
commit1ef560111891f9c79968d8a32b8b959fb1bed4d3 (patch)
treea698540d17b8dba4df047ab25a213598b35e7958
parente10d9c39caf65211d49e20794a8b2f81718b4c00 (diff)
parentff5a0e019b356713e03a07918277edf9e7a9f4a2 (diff)
Merge pull request #265 from nextcloud/feat/workflow-auto-update-lint-eslint.yml
-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 11590ff..5f48fb5 100644
--- a/.github/workflows/lint-eslint.yml
+++ b/.github/workflows/lint-eslint.yml
@@ -9,6 +9,7 @@ on:
pull_request:
push:
branches:
+ - main
- master
- stable*
@@ -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 }}