ethanniser / next-typesafe-url

Fully typesafe, JSON serializable, and zod validated URL search params, dynamic route params, and routing for NextJS.
https://next-typesafe-url.dev
MIT License
362 stars 16 forks source link

fix GitHub actions pnpm failing #76

Closed ethanniser closed 5 months ago

ethanniser commented 10 months ago

example: https://github.com/ethanniser/next-typesafe-url/actions/runs/6614934135/job/17965980567

imma be 100% honest I copied pasted the action code from https://github.com/juliusmarminge/acme-corp-lib

the workflow shouldn't fail if there's no need to do anything with the lockfile

ethanniser commented 5 months ago

fixed in ac36fd1