summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-03-05 09:01:40 +0000
committerNextcloud bot <bot@nextcloud.com>2022-03-05 09:01:40 +0000
commit23f5296437174533c96c824761a2f64817586410 (patch)
tree579f401a4763a1920c0e6473effc7406ab227e99 /.github
parent83618ad7f40fd73f4466b898d85a6c5652684be5 (diff)
Updating lint-eslint.yml workflow from template
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
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 }}