Replace toml parsing library (#32)

"toml" does not support all TOML features
https://github.com/BinaryMuse/toml-node/issues/51

Fixes: #31
This commit is contained in:
Kevin Stillhammer
2024-12-23 19:07:34 +01:00
committed by GitHub
parent 7a82f1f7e4
commit 31a5185046
4 changed files with 2185 additions and 4081 deletions
+1 -1
View File
@@ -26,7 +26,7 @@
"@actions/exec": "^1.1.1",
"@actions/github": "^6.0.0",
"@actions/tool-cache": "^2.0.1",
"toml": "^3.0.0"
"@iarna/toml": "^2.2.5"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",