From 7ba6a13aec99f5af9e53df930c4100947b6aadd1 Mon Sep 17 00:00:00 2001 From: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Mon, 13 Nov 2023 23:06:53 +0100 Subject: [PATCH] lint.yml: keep node-lts up-to-date --- .github/workflows/lint.yml | 1 + 1 file changed, 1 insertion(+) 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: |