Skip to content

Update dependency @types/node to v20.17.5 #3751

Update dependency @types/node to v20.17.5

Update dependency @types/node to v20.17.5 #3751

Triggered via push November 2, 2024 03:26
Status Failure
Total duration 1m 21s
Artifacts

typecheck.yml

on: push
Run TSC type check
1m 12s
Run TSC type check
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 1 warning
Run TSC type check
Argument of type '(locale: any) => void' is not assignable to parameter of type '(...args: any[] | [any]) => any'.
Run TSC type check
Argument of type '(locale: any) => void' is not assignable to parameter of type '(...args: any[] | [any]) => any'.
Run TSC type check
Argument of type '(locale: any) => void' is not assignable to parameter of type '(...args: any[] | [any]) => any'.
Run TSC type check
File '/home/runner/work/theme-kit-js/theme-kit-js/packages/intl/src/locales/supportedLocales.ts' is not a module.
Run TSC type check
Parameter 'code' implicitly has an 'any' type.
Run TSC type check
File '/home/runner/work/theme-kit-js/theme-kit-js/packages/intl/src/locales/supportedLocales.ts' is not a module.
Run TSC type check
File '/home/runner/work/theme-kit-js/theme-kit-js/packages/intl/src/locales/supportedLocales.ts' is not a module.
Run TSC type check
'supportedLocales.ts' cannot be compiled under '--isolatedModules' because it is considered a global script file. Add an import, export, or an empty 'export {}' statement to make it a module.
Run TSC type check
Process completed with exit code 1.
Run TSC type check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/