Skip to content

Merge pull request #250 from bangbang93/dependabot/npm_and_yarn/expre… #185

Merge pull request #250 from bangbang93/dependabot/npm_and_yarn/expre…

Merge pull request #250 from bangbang93/dependabot/npm_and_yarn/expre… #185

Triggered via push April 21, 2024 03:09
Status Success
Total duration 2m 19s
Artifacts

nodejs.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@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: packages/admin/src/pages/article/create.vue#L158
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
build: packages/admin/src/pages/article/create.vue#L160
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
build: packages/admin/src/pages/article/create.vue#L166
No magic number: 200
build: packages/admin/src/pages/article/create.vue#L172
No magic number: 200
build: packages/admin/src/pages/article/create.vue#L195
No magic number: 201
build: packages/admin/src/pages/article/create.vue#L195
No magic number: 200
build: packages/admin/src/pages/article/create.vue#L200
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
build: packages/admin/src/pages/article/create.vue#L212
No magic number: 201
build: packages/admin/src/pages/article/create.vue#L212
No magic number: 200
build: packages/admin/src/pages/article/list.vue#L66
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator