2.4.33 #948
ci.yml
on: push
Matrix: build
gh-pages
2m 53s
npm-publish-build
3m 3s
npm-publish-latest
3m 4s
Annotations
1 error and 36 warnings
npm-publish-build
Error: Unable to publish solid-ui v2.4.33-66447a47 to NPM.
npm publish --tag main 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 --tag main 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)
|
build (16.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build (16.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build (16.x):
src/chat/infinite.js#L353
'scrollForwardButtonHandler' is defined but never used. Allowed unused vars must match /^_/u
|
build (16.x):
src/chat/infinite.js#L408
'scrollBackbuttonCell' is assigned a value but never used. Allowed unused vars must match /^_/u
|
build (16.x):
test/unit/chat/message.test.ts#L10
'widgets' is defined but never used. Allowed unused vars must match /^_/u
|
build (16.x):
test/unit/chat/signature.test.ts#L1
'getMsgHash' is defined but never used. Allowed unused vars must match /^_/u
|
build (16.x):
test/unit/chat/signature.test.ts#L2
'sha256' is defined but never used. Allowed unused vars must match /^_/u
|
build (16.x):
test/unit/utils/keyHelpers/accessData.test.ts#L2
'getKeyIfExists' is defined but never used. Allowed unused vars must match /^_/u
|
build (16.x):
test/unit/utils/keyHelpers/accessData.test.ts#L2
'getExistingPublicKey' is defined but never used. Allowed unused vars must match /^_/u
|
build (16.x):
test/unit/utils/keyHelpers/accessData.test.ts#L2
'getExistingPrivateKey' is defined but never used. Allowed unused vars must match /^_/u
|
build (16.x):
test/unit/utils/keyHelpers/accessData.test.ts#L6
'PRIV_KEY' is assigned a value but never used. Allowed unused vars must match /^_/u
|
build (16.x):
test/unit/utils/keyHelpers/accessData.test.ts#L7
'PUB_KEY' is assigned a value but never used. Allowed unused vars must match /^_/u
|
build (18.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v1, actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build (18.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build (18.x):
src/chat/infinite.js#L353
'scrollForwardButtonHandler' is defined but never used. Allowed unused vars must match /^_/u
|
build (18.x):
src/chat/infinite.js#L408
'scrollBackbuttonCell' is assigned a value but never used. Allowed unused vars must match /^_/u
|
build (18.x):
test/unit/chat/message.test.ts#L10
'widgets' is defined but never used. Allowed unused vars must match /^_/u
|
build (18.x):
test/unit/chat/signature.test.ts#L1
'getMsgHash' is defined but never used. Allowed unused vars must match /^_/u
|
build (18.x):
test/unit/chat/signature.test.ts#L2
'sha256' is defined but never used. Allowed unused vars must match /^_/u
|
build (18.x):
test/unit/utils/keyHelpers/accessData.test.ts#L2
'getKeyIfExists' is defined but never used. Allowed unused vars must match /^_/u
|
build (18.x):
test/unit/utils/keyHelpers/accessData.test.ts#L2
'getExistingPublicKey' is defined but never used. Allowed unused vars must match /^_/u
|
build (18.x):
test/unit/utils/keyHelpers/accessData.test.ts#L2
'getExistingPrivateKey' is defined but never used. Allowed unused vars must match /^_/u
|
build (18.x):
test/unit/utils/keyHelpers/accessData.test.ts#L6
'PRIV_KEY' is assigned a value but never used. Allowed unused vars must match /^_/u
|
build (18.x):
test/unit/utils/keyHelpers/accessData.test.ts#L7
'PUB_KEY' is assigned a value but never used. Allowed unused vars must match /^_/u
|
gh-pages
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/download-artifact@v2, peaceiris/actions-gh-pages@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
gh-pages
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/download-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
npm-publish-build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/download-artifact@v2, actions/setup-node@v1, 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/.
|
npm-publish-build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/download-artifact@v2, actions/setup-node@v1, 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/
|
npm-publish-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/download-artifact@v2, actions/setup-node@v1, 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/.
|
npm-publish-latest
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/download-artifact@v2, actions/setup-node@v1, 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/
|
npm-publish-latest
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
npm-publish-latest
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
npm-publish-latest
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
npm-publish-latest
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
npm-publish-latest
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
npm-publish-latest
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
build
Expired
|
33.1 MB |
|