From 550f4446e223f92ace7fc4b99e65733627a3dffc Mon Sep 17 00:00:00 2001 From: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Mon, 13 Nov 2023 23:08:14 +0100 Subject: [PATCH] npm-update-bot.yml: keep node-lts up-to-date --- .github/workflows/npm-update-bot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/npm-update-bot.yml b/.github/workflows/npm-update-bot.yml index c6f87833..9bb6172d 100644 --- a/.github/workflows/npm-update-bot.yml +++ b/.github/workflows/npm-update-bot.yml @@ -15,6 +15,7 @@ jobs: - uses: actions/setup-node@main with: node-version: 'lts/*' + check-latest: true - name: Bot 🤖 "Updating NPM Packages..." run: |