Skip to content

feat: save user preferences for language #174

feat: save user preferences for language

feat: save user preferences for language #174

Triggered via push November 12, 2024 20:50
Status Failure
Total duration 5m 37s
Artifacts

ci-cd.yml

on: push
Matrix: test
Hadolint
4s
Hadolint
Publish Docker image
0s
Publish Docker image
Fit to window
Zoom out
Zoom in

Annotations

1 error, 6 warnings, and 1 notice
test (20.16.0-bullseye)
Process completed with exit code 1.
test (20.16.0-bullseye)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
Hadolint: Dockerfile#L3
Using latest is prone to errors if the image will ever update. Pin the version explicitly to a release tag
Hadolint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Hadolint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test (20.16.0-bullseye)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test (20.16.0-bullseye)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Hadolint: Dockerfile#L46
`yarn cache clean` missing after `yarn install` was run.