11
0
Fork 0
mirror of https://github.com/actions/setup-node.git synced 2026-05-23 21:01:54 +00:00

feat: switch from js-toml to smol-toml to reduce deps and bundle size

This commit is contained in:
Gustavo Perdomo 2026-04-07 21:55:31 -04:00
parent ca0ec80f3a
commit 5e1db15205
No known key found for this signature in database
17 changed files with 1845 additions and 21767 deletions

View file

@ -36,9 +36,8 @@
"@actions/http-client": "^3.0.2",
"@actions/io": "^2.0.0",
"@actions/tool-cache": "^3.0.1",
"js-toml": "^1.1.0",
"semver": "^7.6.3",
"uuid": "^13.0.0"
"smol-toml": "^1.6.1"
},
"devDependencies": {
"@types/jest": "^29.5.14",