Browse Source

CI: use current nodejs

pull/686/head
Philip H. 1 year ago
parent
commit
3d6c49dbdb
  1. 2
      .github/workflows/lint.yml
  2. 2
      .github/workflows/npm-update-bot.yml

2
.github/workflows/lint.yml

@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@main - uses: actions/checkout@main
- uses: actions/setup-node@main - uses: actions/setup-node@main
with: with:
node-version: 'lts/*' node-version: 'current'
check-latest: true check-latest: true
- name: npm run lint - name: npm run lint

2
.github/workflows/npm-update-bot.yml

@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@main - uses: actions/checkout@main
- uses: actions/setup-node@main - uses: actions/setup-node@main
with: with:
node-version: 'lts/*' node-version: 'current'
check-latest: true check-latest: true
- name: Bot 🤖 "Updating NPM Packages..." - name: Bot 🤖 "Updating NPM Packages..."

Loading…
Cancel
Save