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..."