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 Philip H.
parent 1d6d253067
commit 7ba6a13aec
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: |