Skip to content

Fix package.json (#491) #36

Fix package.json (#491)

Fix package.json (#491) #36

Triggered via push January 25, 2024 01:40
Status Failure
Total duration 3m 14s
Artifacts

npm-publish.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 4 warnings
publish
Error: Unable to publish @adobe/coriolis v2.1.0-beta.1 to NPM. npm publish --access public exited with a status of 1. at Object.publish (/home/runner/work/_actions/JS-DevTools/npm-publish/v1/src/npm.ts:112:13) at processTicksAndRejections (node:internal/process/task_queues:96:5) at Object.npmPublish (/home/runner/work/_actions/JS-DevTools/npm-publish/v1/src/npm-publish.ts:23:5) at main (/home/runner/work/_actions/JS-DevTools/npm-publish/v1/src/action/index.ts:28:19) ProcessError: npm publish --access public exited with a status of 1. at normalizeResult (/home/runner/work/_actions/JS-DevTools/npm-publish/v1/node_modules/@jsdevtools/ez-spawn/lib/normalize-result.js:31:1) at ChildProcess.<anonymous> (/home/runner/work/_actions/JS-DevTools/npm-publish/v1/node_modules/@jsdevtools/ez-spawn/lib/async.js:79:1) at ChildProcess.emit (node:events:513:28) at Process.ChildProcess._handle.onexit (node:internal/child_process:293:12)
publish
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, JS-DevTools/npm-publish@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
publish
The following actions uses node12 which is deprecated and will be forced to run on node16: JS-DevTools/npm-publish@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
publish: demo-react/app/src/CoriolisIframe.tsx#L48
React Hook useEffect has missing dependencies: 'coriolisUrl', 'html', and 'setRef'. Either include them or remove the dependency array. If 'setRef' changes too often, find the parent component that defines it and wrap that definition in useCallback
publish: demo-react/iframe/src/App.tsx#L18
React Hook useEffect has a missing dependency: 'coriolis.store'. Either include it or remove the dependency array