ayubun / discord-ttl

A simple-to-selfhost Discord bot that deletes server messages older than a configurable TTL (time to live)
MIT License
34 stars 5 forks source link

convert to pnpm #25

Closed DeJayDev closed 7 months ago

DeJayDev commented 7 months ago

Converts the project to pnpm :)

For users who have corepack enabled, I've added the packageManager field to the package.json. While migrating from yarn, users will notice that yarn refuses to run when packageManager is set:

image

I also bumped setup-node, as the v4 README is what I followed to ensure pnpm cache compatibility. While I was there I bumped actions/checkout as well.

ayubun commented 7 months ago

i tested this locally; lgtm :DDD tysm