mirror of
https://github.com/actions/setup-node.git
synced 2026-04-08 16:54:18 +00:00
feat: add support for mise.toml file
This commit is contained in:
parent
53b83947a5
commit
748956ad62
5 changed files with 144 additions and 7 deletions
|
|
@ -36,7 +36,9 @@
|
|||
"@actions/http-client": "^2.2.1",
|
||||
"@actions/io": "^1.0.2",
|
||||
"@actions/tool-cache": "^2.0.2",
|
||||
"semver": "^7.6.3"
|
||||
"js-toml": "1.0.2",
|
||||
"semver": "^7.6.3",
|
||||
"uuid": "^11.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^29.5.14",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue