Closed nichoth closed 9 months ago
Does the script npm run test:types work locally for you? I changed my node version to match the github CI,
npm run test:types
% node -v v20.11.1
But npm run test:types fails locally for me.
Are you using pnpm instead of npm?
If you install dependencies by npm, you will miss the lock file and it cause TS update with error messages changes.
Thank you; this was using npm install.
npm install
Does the script
npm run test:types
work locally for you? I changed my node version to match the github CI,But
npm run test:types
fails locally for me.