V3 #8
build.yml
on: pull_request
Lint & format
13s
Matrix: test
Annotations
13 warnings
|
Lint & format
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
eslint(no-console):
lib/autoupdate.ts#L82
Unexpected console statement.
|
|
eslint(no-console):
lib/autoupdate.ts#L80
Unexpected console statement.
|
|
eslint(no-unused-vars):
lib/autoupdate.ts#L69
Catch parameter 'err' is caught but never used.
|
|
eslint(no-unused-vars):
test/lib/config.spec.ts#L154
Catch parameter 'e' is caught but never used.
|
|
eslint(no-unused-vars):
test/lib/config.spec.ts#L149
Catch parameter 'e' is caught but never used.
|
|
eslint(no-unused-vars):
test/lib/config.spec.ts#L84
Catch parameter 'e' is caught but never used.
|
|
eslint(no-unused-vars):
test/lib/config.spec.ts#L79
Catch parameter 'e' is caught but never used.
|
|
eslint(no-unused-vars):
test/lib/config.spec.ts#L47
Catch parameter 'e' is caught but never used.
|
|
eslint(no-unused-vars):
test/lib/config.spec.ts#L42
Catch parameter 'e' is caught but never used.
|
|
eslint(no-unused-vars):
lib/error.ts#L45
Catch parameter 'err' is caught but never used.
|
|
Test (Node 22.x)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Test (Node 24.x)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|