forked from mirrors/amnezia-wg-easy
CI: use current nodejs
This commit is contained in:
parent
31f15aa216
commit
3d6c49dbdb
2 changed files with 2 additions and 2 deletions
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
|
@ -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
vendored
2
.github/workflows/npm-update-bot.yml
vendored
|
@ -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…
Add table
Add a link
Reference in a new issue