Fix authentication on backend #78
tests.yml
on: pull_request
Matrix: eslint-check
Matrix: prettier-check
Matrix: typescript-check
Matrix: backend-tests
Annotations
4 errors and 4 warnings
eslint-check (19.x):
src/controllers/User.controller.ts#L95
Unexpected constant condition
|
eslint-check (19.x):
src/middleware/validateAuth.ts#L24
Unexpected constant condition
|
eslint-check (19.x)
Process completed with exit code 1.
|
backend-tests (19.x)
Process completed with exit code 1.
|
prettier-check (19.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
typescript-check (19.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
eslint-check (19.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
backend-tests (19.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|