Upgrade deps #36
Annotations
2 errors and 2 warnings
Test:
src/scripts/services/db.spec.js#L21
Error: done() callback is deprecated, use promise instead
❯ context node_modules/.pnpm/@vitest[email protected]/node_modules/@vitest/runner/dist/index.js:54:11
❯ src/scripts/services/db.spec.js:21:9
❯ processTicksAndRejections node:internal/process/task_queues:105:5
This error originated in "src/scripts/services/db.spec.js" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
This error was caught after test environment was torn down. Make sure to cancel any running tasks before test finishes:
- cancel timeouts using clearTimeout and clearInterval
- wait for promises to resolve using the await keyword
|
Test
Process completed with exit code 1.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Get pnpm cache directory path
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Loading