Browse Source

lint.yml: keep node-lts up-to-date

pull/686/head
Philip H 1 year ago
committed by GitHub
parent
commit
c508c1ea9b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .github/workflows/lint.yml

1
.github/workflows/lint.yml

@ -16,6 +16,7 @@ jobs:
- uses: actions/setup-node@main
with:
node-version: 'lts/*'
check-latest: true
- name: npm run lint
run: |

Loading…
Cancel
Save