Skip to content

docs: update node collaboration examples #135

docs: update node collaboration examples

docs: update node collaboration examples #135

Triggered via pull request May 22, 2026 10:19
Status Success
Total duration 4m 2s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
lint
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
lint: components/mdx/mermaid.tsx#L46
Using 'dangerouslySetInnerHTML' may have security implications
lint: components/mdx/api-table.tsx#L42
Do not use item index in the array as its key
lint: components/home/scenes.tsx#L52
Do not use item index in the array as its key
lint: components/home/headless.tsx#L254
Possible misused comment in text node. Comments inside children section of tag should be placed inside braces
lint: components/footer.tsx#L2
Do not call 'new Date()' during render. Components and hooks must be pure. Move this call into an event handler, effect, or state initializer
lint: components/animate-ui/radix/switch.tsx#L31
Do not call the 'set' function 'setIsChecked' of 'useState' synchronously in an effect. This can lead to unnecessary re-renders and performance issues
lint: components/animata/images-reveal.tsx#L45
Do not use item index in the array as its key
lint: app/[lang]/playground/theme-customizer/components/univer-preview.tsx#L121
React Hook useEffect has missing dependencies: 'darkMode' and 'theme'. Either include them or remove the dependency array
lint: app/[lang]/playground/theme-customizer/components/theme-sections.tsx#L81
Unknown class detected: focus:ring-primary-50
lint: app/[lang]/playground/theme-customizer/components/theme-sections.tsx#L30
Do not call the 'set' function 'setDraftValue' of 'useState' synchronously in an effect. This can lead to unnecessary re-renders and performance issues
build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/