NPM: Bump @types/node from 17.0.45 to 20.11.17 #657
Annotations
1 error and 13 warnings
Test
Process completed with exit code 1.
|
Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Lnt
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Lnt:
src/i2c-bus.ts#L20
Unallowed use of `class`. Use functions instead
|
Lnt:
src/i2c-bus.ts#L29
Function must end with a return statement, so that it doesn't return `undefined`
|
Lnt:
src/i2c-bus.ts#L30
No object mutation allowed
|
Lnt:
src/i2c-bus.ts#L30
Unallowed reassignment
|
Lnt:
src/i2c-bus.ts#L30
Unexpected this, use functions not classes
|
Lnt:
src/i2c-bus.ts#L30
Unallowed use of `this`
|
Lnt:
src/i2c-bus.ts#L31
No object mutation allowed
|
Lnt:
src/i2c-bus.ts#L31
Unallowed reassignment
|
Lnt:
src/i2c-bus.ts#L31
Unexpected this, use functions not classes
|
Lnt:
src/i2c-bus.ts#L31
Unallowed use of `this`
|