Update super-linter.yml

This commit is contained in:
Alec
2022-02-25 22:12:01 -05:00
committed by GitHub
parent 56733e1b5a
commit a14cf15e6a

View File

@@ -43,6 +43,12 @@ jobs:
with:
# Full git history is needed to get a proper list of changed files within `super-linter`
fetch-depth: 0
- name: Set up Node.js
uses: actions/setup-node@v1
with:
node-version: 14
- name: Install Node.js dependencies
run: npm ci
################################
# Run Linter against code base #