refactor: replace fs-extra with Node.js built-in fs methods (#120)

This commit is contained in:
Sukka
2024-04-16 17:26:31 +08:00
committed by GitHub
parent 2ab6dce4f5
commit ce859e384f
4 changed files with 9 additions and 54 deletions

View File

@ -9,11 +9,9 @@
"dependencies": {
"@actions/core": "^1.10.1",
"@types/expand-tilde": "^2.0.2",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.11.5",
"@types/node-fetch": "^2.6.11",
"expand-tilde": "^2.0.2",
"fs-extra": "^11.2.0",
"yaml": "^2.3.4",
"zod": "^3.22.4"
},