switch to use crpto.randomUUID

This commit is contained in:
Aiqiao Yan
2026-06-16 17:02:16 +00:00
parent 6f1b2974c7
commit b34efac05f
5 changed files with 214 additions and 1521 deletions

View File

@@ -32,13 +32,11 @@
"@actions/exec": "^1.1.1",
"@actions/github": "^6.0.0",
"@actions/io": "^1.1.3",
"@actions/tool-cache": "^2.0.2",
"uuid": "^14.0.0"
"@actions/tool-cache": "^2.0.2"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^24.1.0",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"@vercel/ncc": "^0.38.1",