Skip to content

Publish new version to NPM #7

Publish new version to NPM

Publish new version to NPM #7

Manually triggered September 26, 2023 08:40
Status Success
Total duration 1m 46s
Artifacts

release-npm-version.yml

on: workflow_dispatch
build_and_release
1m 27s
build_and_release
Fit to window
Zoom out
Zoom in

Deployment protection rules

Reviewers, timers, and other rules protecting deployments in this run
Event Environments Comment
fabiankaegy
approved Sep 26, 2023
Production

Annotations

10 errors and 1 warning
build_and_release: api/register-block-extension/index.js#L4
Cannot find module '@wordpress/hooks' or its corresponding type declarations.
build_and_release: api/register-block-extension/index.js#L5
Cannot find module '@wordpress/compose' or its corresponding type declarations.
build_and_release: api/register-block-extension/index.js#L56
Generic type 'Array<T>' requires 1 type argument(s).
build_and_release: api/register-block-extension/index.js#L61
Type '{}' is missing the following properties from type 'any[]': length, pop, push, concat, and 29 more.
build_and_release: api/register-block-extension/index.js#L67
Type '{ attributes: any; }' is not assignable to type 'any[]'.
build_and_release: api/register-block-extension/index.js#L68
Property 'attributes' does not exist on type 'object'.
build_and_release: api/register-block-extension/index.js#L83
Parameter 'BlockEdit' implicitly has an 'any' type.
build_and_release: api/register-block-extension/index.js#L84
Parameter 'props' implicitly has an 'any' type.
build_and_release: api/register-block-extension/index.js#L117
Parameter 'BlockList' implicitly has an 'any' type.
build_and_release: api/register-block-extension/index.js#L118
Parameter 'props' implicitly has an 'any' type.
build_and_release
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/