From 3d6c49dbdb25835bca9815d8b8c2ff7dd4cb7f74 Mon Sep 17 00:00:00 2001 From: "Philip H." <47042125+pheiduck@users.noreply.github.com> Date: Sun, 19 Nov 2023 15:54:30 +0000 Subject: [PATCH] CI: use current nodejs --- .github/workflows/lint.yml | 2 +- .github/workflows/npm-update-bot.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 74367125..f5918260 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@main - uses: actions/setup-node@main with: - node-version: 'lts/*' + node-version: 'current' check-latest: true - name: npm run lint diff --git a/.github/workflows/npm-update-bot.yml b/.github/workflows/npm-update-bot.yml index 6116087b..743cbd16 100644 --- a/.github/workflows/npm-update-bot.yml +++ b/.github/workflows/npm-update-bot.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@main - uses: actions/setup-node@main with: - node-version: 'lts/*' + node-version: 'current' check-latest: true - name: Bot 🤖 "Updating NPM Packages..."