mirror of
https://github.com/actions/setup-node.git
synced 2026-02-28 07:23:30 +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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user