fix: downgrade yargs to ^17.7.2 and revert Node to 18 for CI compatibility

yargs@18 requires Node >=20.19.0 which is incompatible with CI's Node 18.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
frostebite
2026-03-09 08:01:42 +00:00
parent 0cb3cb35a1
commit 39f885dcaf
3 changed files with 21 additions and 65 deletions

View File

@@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
node-version: '18'
- run: yarn
- run: yarn lint
- run: yarn test:ci --coverage