diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 34bab0c..ac7683f 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -21,6 +21,7 @@ jobs: with: node-version: "latest" cache: "npm" + check-latest: true - run: npm ci