Update test.yml to use node 20. #382
Annotations
11 warnings
All
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
All:
settings/src/components/auto-tabbing-input.js#L26
React Hook useCallback has a missing dependency: 'setInputs'. Either include it or remove the dependency array
|
All:
settings/src/components/auto-tabbing-input.js#L47
React Hook useCallback has missing dependencies: 'inputs.length', 'setError', and 'setInputs'. Either include them or remove the dependency array
|
All:
settings/src/components/backup-codes.js#L101
React Hook useEffect has missing dependencies: 'setBackupCodesVerified', 'setError', and 'userRecord'. Either include them or remove the dependency array
|
All:
settings/src/components/backup-codes.js#L104
React Hook useCallback does nothing when called with only one argument. Did you forget to pass an array of dependencies?
|
All:
settings/src/components/email-address.js#L44
React Hook useCallback has a missing dependency: 'save'. Either include it or remove the dependency array
|
All:
settings/src/components/email-address.js#L53
React Hook useCallback has missing dependencies: 'edit' and 'save'. Either include them or remove the dependency array
|
All:
settings/src/components/numeric-control.js#L29
React Hook useCallback has missing dependencies: 'index' and 'onChange'. Either include them or remove the dependency array
|
All:
settings/src/components/numeric-control.js#L35
React Hook useCallback has missing dependencies: 'index' and 'onKeyDown'. Either include them or remove the dependency array
|
All:
settings/src/components/revalidate-modal.js#L72
React Hook useEffect has missing dependencies: 'record', 'setGlobalNotice', and 'userRecord'. Either include them or remove the dependency array
|
All:
settings/src/components/screen-link.js#L37
React Hook useCallback has missing dependencies: 'screen' and 'setBackupCodesVerified'. Either include them or remove the dependency array
|