Skip to content

chore(deps): update dependency vitest to v2.1.4 #123

chore(deps): update dependency vitest to v2.1.4

chore(deps): update dependency vitest to v2.1.4 #123

Triggered via pull request July 31, 2024 14:10
Status Failure
Total duration 37s
Artifacts

node.js.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 1 warning
src/index.test.js > clean() > should expand user home directory: src/index.test.js#L65
TypeError: __setHomeDir is not a function ❯ src/index.test.js:65:12
src/matchFiles.test.js > should return 0 files when they are not meeting any predicate: src/matchFiles.test.js#L10
TypeError: __setMockFiles is not a function ❯ src/matchFiles.test.js:10:8
src/matchFiles.test.js > should return a file when is older than retention setting: src/matchFiles.test.js#L38
TypeError: __setMockFiles is not a function ❯ src/matchFiles.test.js:38:8
src/matchFiles.test.js > should return a file when is older than retention setting and matches RegExp: src/matchFiles.test.js#L56
TypeError: __setMockFiles is not a function ❯ src/matchFiles.test.js:56:8
src/matchFiles.test.js > should not return a file when does not match RegExp: src/matchFiles.test.js#L75
TypeError: __setMockFiles is not a function ❯ src/matchFiles.test.js:75:8
src/matchFiles.test.js > should not return when is neither file nor directory: src/matchFiles.test.js#L95
TypeError: __setMockFiles is not a function ❯ src/matchFiles.test.js:95:8
src/matchFiles.test.js > should work for many files: src/matchFiles.test.js#L125
TypeError: __setMockFiles is not a function ❯ src/matchFiles.test.js:125:8
src/utils.test.js > expandHome() > should expand home directory when ~ occurs: src/utils.test.js#L13
TypeError: __setHomeDir is not a function ❯ src/utils.test.js:13:12
src/utils.test.js > expandHome() > should not expand when ~ is in position other than beginning: src/utils.test.js#L13
TypeError: __setHomeDir is not a function ❯ src/utils.test.js:13:12
src/utils.test.js > expandHome() > should do nothing for path without ~: src/utils.test.js#L13
TypeError: __setHomeDir is not a function ❯ src/utils.test.js:13:12
build (18.x)
The job was canceled because "_20_x" failed.
build (18.x)
The operation was canceled.
build (20.x)
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/