11
0
Fork 0
mirror of https://github.com/actions/setup-node.git synced 2026-05-24 13:21:54 +00:00
This commit is contained in:
Gustavo Perdomo 2026-04-22 23:03:51 -04:00 committed by GitHub
commit 6577251aa1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 1918 additions and 7 deletions

15
package-lock.json generated
View file

@ -17,7 +17,8 @@
"@actions/http-client": "^3.0.2",
"@actions/io": "^2.0.0",
"@actions/tool-cache": "^3.0.1",
"semver": "^7.6.3"
"semver": "^7.6.3",
"smol-toml": "^1.6.1"
},
"devDependencies": {
"@types/jest": "^29.5.14",
@ -5448,6 +5449,18 @@
"node": ">=8"
}
},
"node_modules/smol-toml": {
"version": "1.6.1",
"resolved": "https://registry.npmjs.org/smol-toml/-/smol-toml-1.6.1.tgz",
"integrity": "sha512-dWUG8F5sIIARXih1DTaQAX4SsiTXhInKf1buxdY9DIg4ZYPZK5nGM1VRIYmEbDbsHt7USo99xSLFu5Q1IqTmsg==",
"license": "BSD-3-Clause",
"engines": {
"node": ">= 18"
},
"funding": {
"url": "https://github.com/sponsors/cyyynthia"
}
},
"node_modules/source-map": {
"version": "0.6.1",
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",