1
0
mirror of https://github.com/actions/setup-node.git synced 2026-02-28 09:45:03 +08:00

Replace uuid with crypto.randomUUID() (#1378)

* Replace uuid with crypto.randomUUID()

* chore: license cache

* chore: update files in dist

* fix: edits during resolve
This commit is contained in:
Trivikram Kamat
2026-02-26 11:09:52 -08:00
committed by GitHub
parent 774c1d6296
commit c882bffdbd
4 changed files with 4 additions and 638 deletions

View File

@@ -36,8 +36,7 @@
"@actions/http-client": "^2.2.1",
"@actions/io": "^1.0.2",
"@actions/tool-cache": "^2.0.2",
"semver": "^7.6.3",
"uuid": "^11.1.0"
"semver": "^7.6.3"
},
"devDependencies": {
"@types/jest": "^29.5.14",