diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 6a81020d..74367125 100644 --- a/.github/workflows/lint.yml +++ b/.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: |