Skip to content

Move action required message to the spec #11733

Move action required message to the spec

Move action required message to the spec #11733

Triggered via pull request November 22, 2024 23:12
Status Success
Total duration 1m 7s
Artifacts

changelog-reminder.yml

on: pull_request
[PR] Changelog Reminder
6s
[PR] Changelog Reminder
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
[PR] Changelog Reminder
The following actions uses node12 which is deprecated and will be forced to run on node16: mskelton/changelog-reminder-action@7039cd14fb784c0a2b37f6e7a6ade2c9148c2245. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
[PR] Changelog Reminder
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, mskelton/changelog-reminder-action@7039cd14fb784c0a2b37f6e7a6ade2c9148c2245. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
packages/app/src/cli/models/extensions/extension-instance.ts#L266
[@typescript-eslint/prefer-nullish-coalescing] Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.