dynamic token saving to .token #14
Annotations
6 errors and 1 warning
build (14.6):
src/token.ts#L1
Left side of comma operator is unused and has no side effects.
|
build (14.6):
src/token.ts#L1
Left side of comma operator is unused and has no side effects.
|
build (14.6):
src/token.ts#L1
Function implicitly has return type 'any' because it does not have a return type annotation and is referenced directly or indirectly in one of its return expressions.
|
build (14.6):
src/token.ts#L1
Left side of comma operator is unused and has no side effects.
|
build (14.6):
src/token.ts#L1
Parameter 'e' implicitly has an 'any' type.
|
build (14.6)
Process completed with exit code 2.
|
build (14.6)
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/
|