mirror of
https://github.com/iipc/awesome-web-archiving.git
synced 2025-03-13 12:46:30 -04:00
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:
parent
fee5cf873a
commit
976f627996
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user