chore: update pkg #3
Annotations
2 errors and 1 warning
Unhandled error:
src/files-db.ts#L33
Error: [FILES.DB] indexedDB not supported
❯ src/files-db.ts:33:15
❯ new FilesDB src/files-db.ts:21:22
❯ tests/files-db.ts:6:21
❯ node_modules/.pnpm/@vitest[email protected]/node_modules/@vitest/runner/dist/index.js:146:14
❯ node_modules/.pnpm/@vitest[email protected]/node_modules/@vitest/runner/dist/index.js:533:11
❯ runWithTimeout node_modules/.pnpm/@vitest[email protected]/node_modules/@vitest/runner/dist/index.js:39:7
❯ runTest node_modules/.pnpm/@vitest[email protected]/node_modules/@vitest/runner/dist/index.js:1056:17
❯ processTicksAndRejections node:internal/process/task_queues:105:5
❯ runSuite node_modules/.pnpm/@vitest[email protected]/node_modules/@vitest/runner/dist/index.js:1205:15
This error originated in "tests/files-db.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "tests/files-db.ts". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
test (lts/*, ubuntu-latest)
Process completed with exit code 1.
|
type-check
The following actions use a deprecated Node.js version and will be forced to run on node20: pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|