summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/lint.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 8497d5e34..352aea869 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
- node-versions: [12.x]
+ node-version: [16.x]
name: eslint node${{ matrix.node-versions }}
steps:
@@ -21,7 +21,7 @@ jobs:
- name: Set up node ${{ matrix.node-versions }}
uses: actions/setup-node@v1
with:
- node-versions: ${{ matrix.node-versions }}
+ node-version: ${{ matrix.node-versions }}
- name: Install dependencies
run: npm ci
@@ -34,7 +34,7 @@ jobs:
strategy:
matrix:
- node-versions: [12.x]
+ node-version: [16.x]
name: stylelint node${{ matrix.node-versions }}
steps:
@@ -43,10 +43,10 @@ jobs:
- name: Set up node ${{ matrix.node-versions }}
uses: actions/setup-node@v1
with:
- node-versions: ${{ matrix.node-versions }}
+ node-version: ${{ matrix.node-versions }}
- name: Install dependencies
run: npm ci
- name: Lint
- run: npm run stylelint \ No newline at end of file
+ run: npm run stylelint