Closed SukkaW closed 7 months ago
pnpm/action-setup now uses Node.js 20, where built-in fs methods have evolved. We can replace fs-extra with Node.js built-in fs methods.
pnpm/action-setup
fs-extra
All tests have passed, see https://github.com/SukkaW/action-setup-pnpm/pull/1
pnpm/action-setup
now uses Node.js 20, where built-in fs methods have evolved. We can replacefs-extra
with Node.js built-in fs methods.