Browse Source

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

pull/686/head
Philip H 1 year ago
committed by Philip H.
parent
commit
7ba6a13aec
  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