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

This commit is contained in:
Philip H 2023-11-13 23:06:53 +01:00 committed by GitHub
parent a7dca88ebb
commit c508c1ea9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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