-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use pnpm instead of npm #751
Conversation
return String.fromCharCode(parseInt(byte, 16)); | ||
} | ||
var RE_ENCODED = /%[a-fA-F0-9][a-fA-F0-9]/g; | ||
var EncodedLookup = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Appeared in newest version fastify/busboy@a616201#diff-eef449f640b2987d72da4864f89a7834915e1ef14426fa0c5373765c50988f12R8
Using pnpm prefer newer versions if not specified in package.json? It looks good to me.
@@ -27,8 +27,10 @@ | |||
nixpkgs-fmt | |||
|
|||
cargo-make | |||
sd |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://github.com/actions/setup-node/blob/c2ac33f2c62f978d6c944d9648125a294e56dc0b/docs/advanced-usage.md#L30-L36
https://github.blog/changelog/2023-06-12-dependabot-version-updates-now-supports-pnpm/
https://nodejs.org/api/packages.html#packagemanager
pnpm/action-setup#76
evanw/esbuild#310
evanw/esbuild#67
https://github.com/evanw/esbuild/blob/44e746965d783646f97daf3d0617ff816727e7fb/.github/workflows/e2e.yml#L35-L38
https://zenn.dev/saggggo/articles/dbd739508ac212?s=09