Update manual links #1
lint.yml
on: push
Lint tests (node latest)
11s
Annotations
2 warnings
Lint tests (node latest)
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/
|
Lint tests (node latest):
src/utils.js#L96
Use an object spread instead of `Object.assign` eg: `{ ...foo }`
|