Fix path issue in Windows deployments for Next.js SSR #26888
node-test.yml
on: pull_request
Matrix: unit
Matrix: check-json-schema
Matrix: check-package-lock-vsce
Matrix: check-package-lock
Matrix: lint
Matrix: integration-windows
Matrix: integration
Annotations
16 warnings
check-package-lock-vsce (20)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
check-package-lock (20)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint (20)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint (20):
src/frameworks/next/utils.ts#L39
Unnecessary escape character: \)
|
lint (20):
src/frameworks/next/utils.ts#L66
Missing JSDoc comment
|
lint (20):
src/frameworks/next/utils.ts#L66
Unexpected any. Specify a different type
|
lint (20):
src/frameworks/next/utils.ts#L66
Unexpected any. Specify a different type
|
lint (20):
src/frameworks/next/utils.ts#L67
Use the `RegExp#exec()` method instead
|
lint (20):
src/frameworks/next/utils.ts#L69
Unsafe assignment of an `any` value
|
lint (20):
src/frameworks/next/utils.ts#L70
Unsafe argument of type `any` assigned to a parameter of type `string`
|
lint (20):
src/frameworks/next/utils.ts#L71
Unsafe assignment of an `any` value
|
lint (20):
src/frameworks/next/utils.ts#L72
Unsafe member access .replace on an `any` value
|
lint (20):
src/frameworks/next/utils.ts#L72
Unsafe call of an `any` typed value
|
check-json-schema (20)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
unit (18)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
unit (20)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|