fix: failing build with ERR_PNPM_BAD_PM_VERSION #8
deploy.yml
on: push
⬣ ESLint & ʦ TypeScript
1m 14s
⚡ Tests (Integration/Unit)
9s
🎭 End to end testing for our web app
8s
🐳 Build
8s
🚀 Deploy
0s
Annotations
9 errors and 3 warnings
🐳 Build
Error: Multiple versions of pnpm specified:
- version 8 in the GitHub Action config with the key "version"
- version [email protected] in the package.json with the key "packageManager"
Remove one of these versions to avoid version mismatch errors like ERR_PNPM_BAD_PM_VERSION
|
⚡ Tests (Integration/Unit)
Error: Multiple versions of pnpm specified:
- version 8 in the GitHub Action config with the key "version"
- version [email protected] in the package.json with the key "packageManager"
Remove one of these versions to avoid version mismatch errors like ERR_PNPM_BAD_PM_VERSION
|
🎭 End to end testing for our web app
Error: Multiple versions of pnpm specified:
- version 8 in the GitHub Action config with the key "version"
- version [email protected] in the package.json with the key "packageManager"
Remove one of these versions to avoid version mismatch errors like ERR_PNPM_BAD_PM_VERSION
|
⬣ ESLint & ʦ TypeScript
Property 'ALLOW_INDEXING' does not exist on type 'JsonifyObject<{ MODE: "production" | "development" | "test"; SENTRY_DSN: string | undefined; }>'.
|
⬣ ESLint & ʦ TypeScript
Object literal may only specify known properties, and ''caret-blink'' does not exist in type '[fontSize: string, lineHeight: string] | [fontSize: string, configuration: Partial<{ lineHeight: string; letterSpacing: string; fontWeight: string | number; }>]'.
|
⬣ ESLint & ʦ TypeScript
Object literal may only specify known properties, and ''caret-blink'' does not exist in type '[fontSize: string, lineHeight: string] | [fontSize: string, configuration: Partial<{ lineHeight: string; letterSpacing: string; fontWeight: string | number; }>]'.
|
⬣ ESLint & ʦ TypeScript
'createRequestHandler' is of type 'unknown'.
|
⬣ ESLint & ʦ TypeScript
Type '{ colors: { border: string; input: { DEFAULT: string; invalid: string; }; ring: { DEFAULT: string; invalid: string; }; background: string; foreground: { DEFAULT: string; destructive: string; }; primary: { ...; }; ... 5 more ...; card: { ...; }; }; borderColor: { ...; }; borderRadius: { ...; }; fontSize: { ...; }; }' is not assignable to type 'Partial<CustomThemeConfig>'.
|
⬣ ESLint & ʦ TypeScript
web#typecheck: command (/home/runner/work/epic-stack-turborepo/epic-stack-turborepo/apps/web) /home/runner/setup-pnpm/node_modules/.bin/pnpm run typecheck exited (1)
|
🎭 End to end testing for our web app
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
🎭 End to end testing for our web app
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
⬣ ESLint & ʦ TypeScript:
apps/web/app/components/ui/input-otp.tsx#L1
`react` import should occur after import of `lucide-react`
|