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

github.com/nextcloud/notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkorelstar <korelstar@users.noreply.github.com>2022-10-02 11:13:12 +0300
committerkorelstar <korelstar@users.noreply.github.com>2022-10-02 11:31:07 +0300
commitf9db4dc7343bc4265b1d2c028eca240e5fc659a8 (patch)
treed10645b5668bcb4edc7dde0eb747becca94dd3b6
parent497301bc0dd1ded4bd1eaec56b709367a3a4f095 (diff)
get node-version from package.json
-rw-r--r--.github/workflows/lint.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index a0efa748..3d629cde 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -18,7 +18,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v3
with:
- node-version: '16'
+ node-version-file: 'package.json'
- name: Set up Stylelint Problem Matcher
uses: xt0rted/stylelint-problem-matcher@v1
- name: Install Dependencies