From 23f5296437174533c96c824761a2f64817586410 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Sat, 5 Mar 2022 09:01:40 +0000 Subject: Updating lint-eslint.yml workflow from template Signed-off-by: Nextcloud bot --- .github/workflows/lint-eslint.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to '.github') 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 }} -- cgit v1.2.3