pnpm / action-setup

Install pnpm package manager
https://github.com/marketplace/actions/setup-pnpm
MIT License
887 stars 84 forks source link

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

Closed SukkaW closed 4 months ago

SukkaW commented 4 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.

SukkaW commented 4 months ago

All tests have passed, see https://github.com/SukkaW/action-setup-pnpm/pull/1