ci: try github action #4
Annotations
1 error and 6 warnings
deploy (20.x)
Process completed with exit code 1.
|
lint (20.x)
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/.
|
lint (20.x):
packages/ui/hooks/storage/useLocaleStorage.ts#L33
React Hook useEffect has missing dependencies: 'initialValue', 'key', and 'value'. Either include them or remove the dependency array. If 'setValue' needs the current value of 'initialValue', you can also switch to useReducer instead of useState and read 'initialValue' in the reducer
|
lint (20.x):
packages/ui/hooks/storage/useLocaleStorage.ts#L41
React Hook useCallback has missing dependencies: 'initialValue' and 'key'. Either include them or remove the dependency array. If 'setValue' needs the current value of 'initialValue', you can also switch to useReducer instead of useState and read 'initialValue' in the reducer
|
lint (20.x):
packages/ui/molecules/Forms/JsonEditorField/json-editor.theme.js#L6
Multiline support is limited to browsers supporting ES5 only
|
test (20.x)
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/.
|
deploy (20.x)
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/.
|