Add TOML dependency

This commit is contained in:
Dario Curreri 2023-06-06 16:50:42 +02:00
parent db9987b4c1
commit 0422415e8a
No known key found for this signature in database
2 changed files with 14 additions and 2 deletions

View file

@ -31,7 +31,8 @@
"@actions/glob": "^0.2.0",
"@actions/io": "^1.0.2",
"@actions/tool-cache": "^1.5.5",
"semver": "^7.1.3"
"semver": "^7.1.3",
"toml": "^3.0.0"
},
"devDependencies": {
"@types/jest": "^27.0.2",