You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- update package.json
- update "engines" field
- add "packageManager" field for use with corepack
- update workflow jobs
- remove "version" input for "pnpm/setup-action" as the action will
use the "packageManager" field from `package.json`
- update pnpm-lock.yaml
An environment variable "ENABLE_EXPERIMENTAL_COREPACK" was added to the
build environment on Vercel. This makes sure that Vercel will use
corepack which will ensure the correct version of pnpm is used.
0 commit comments