Update Node version for linting

Node 12 is very old and linting is failing. So trying the most recent LTS version.
This commit is contained in:
Andy Jackson 2024-01-18 15:41:59 +00:00 committed by GitHub
parent fee5cf873a
commit 976f627996
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@master
with:
node-version: 12.x
node-version: 20.x
- name: Install awesome-lint CLI
run: npm install -g awesome-lint
- name: Run Awesome Lint