Skip to content

Create shopify theme metafields pull command #21016

Create shopify theme metafields pull command

Create shopify theme metafields pull command #21016

Triggered via pull request November 8, 2024 21:49
@aswamyaswamy
synchronize #4782
Status Success
Total duration 13s
Artifacts

cla.yml

on: pull_request_target
[PR] CLA
3s
[PR] CLA
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
[PR] CLA
The following actions use a deprecated Node.js version and will be forced to run on node20: Shopify/shopify-cla-action@c6bc827f3c22da647ed72a556b0b30b8641786eb. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
packages/theme/src/cli/services/pull.ts#L114
[@typescript-eslint/prefer-nullish-coalescing] Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.
packages/theme/src/cli/services/pull.ts#L115
[@typescript-eslint/prefer-nullish-coalescing] Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.
packages/theme/src/cli/services/pull.ts#L116
[@typescript-eslint/prefer-nullish-coalescing] Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.
packages/theme/src/cli/services/pull.ts#L117
[@typescript-eslint/prefer-nullish-coalescing] Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.
packages/theme/src/cli/services/pull.ts#L118
[@typescript-eslint/prefer-nullish-coalescing] Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.