Browse Source

npm-update-bot.yml: keep node-lts up-to-date

pull/686/head
Philip H 1 year ago
committed by GitHub
parent
commit
550f4446e2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .github/workflows/npm-update-bot.yml

1
.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: |

Loading…
Cancel
Save