fix: downgrade yargs to ^17.7.2 for Node 18 compatibility

yargs@18 requires Node >=20.19.0. Downgrade to yargs@17.7.2 to
maintain Node 18 support. Revert integrity-check.yml back to Node 18.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
frostebite
2026-03-09 07:59:23 +00:00
parent 0633ca96ea
commit bf25e1fb84
3 changed files with 21 additions and 65 deletions
+1 -1
View File
@@ -74,7 +74,7 @@
"unity-changeset": "^3.1.0",
"uuid": "^9.0.0",
"yaml": "^2.2.2",
"yargs": "^18.0.0"
"yargs": "^17.7.2"
},
"devDependencies": {
"@types/base-64": "^1.0.0",