Update dependency node to v22 #826
Annotations
8 errors
test/suite/e2e/asset-merging.spec.ts > Asset merging:
test/helpers/octokit.ts#L215
Error: Unable to find release for tag "1.0.0+ci-11676222180.826.1-asset-merging"
❯ Module.getReleaseByTag test/helpers/octokit.ts:215:9
❯ test/suite/e2e/asset-merging.spec.ts:91:15
|
test/suite/e2e/config-options.spec.ts > Config options:
test/helpers/octokit.ts#L215
Error: Unable to find release for tag "1.0.0+ci-11676222180.826.1-config-options"
❯ Module.getReleaseByTag test/helpers/octokit.ts:215:9
❯ test/suite/e2e/config-options.spec.ts:96:15
|
test/suite/e2e/draft.spec.ts > Draft releases:
test/helpers/octokit.ts#L215
Error: Unable to find release for tag "1.0.0+ci-11676222180.826.1-draft"
❯ Module.getReleaseByTag test/helpers/octokit.ts:215:9
❯ test/suite/e2e/draft.spec.ts:43:15
|
test/suite/e2e/happy-path.spec.ts > Happy path:
test/helpers/octokit.ts#L215
Error: Unable to find release for tag "1.0.0+ci-11676222180.826.1-happy-path"
❯ Module.getReleaseByTag test/helpers/octokit.ts:215:9
❯ test/suite/e2e/happy-path.spec.ts:150:15
|
test/suite/e2e/lightweight-tag.spec.ts > Lightweight tag > annotates the workflow run with a reason for the failure:
test/suite/e2e/lightweight-tag.spec.ts#L47
AssertionError: expected [ { path: '.github', …(9) }, …(1) ] to deeply equal ArrayContaining{…}
- Expected
+ Received
- ArrayContaining [
- ObjectContaining {
+ Array [
+ Object {
+ "annotation_level": "warning",
+ "blob_href": "https://github.com/ghalactic-fixtures/github-release-from-tag-ci/blob/3d1869812b88fdff2e76e463f52ba2a9ec005092/.github",
+ "end_column": null,
+ "end_line": 1,
+ "message": "The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/",
+ "path": ".github",
+ "raw_details": "",
+ "start_column": null,
+ "start_line": 1,
+ "title": "",
+ },
+ Object {
"annotation_level": "failure",
- "message": "Unable to create a release from a lightweight tag",
+ "blob_href": "https://github.com/ghalactic-fixtures/github-release-from-tag-ci/blob/3d1869812b88fdff2e76e463f52ba2a9ec005092/.github",
+ "end_column": null,
+ "end_line": 5,
+ "message": "File not found: '/home/runner/work/_actions/ghalactic/github-release-from-tag/2cec41905a9ace705d5b08be745d95311384f92f/dist/main.js'",
+ "path": ".github",
+ "raw_details": "",
+ "start_column": null,
+ "start_line": 5,
+ "title": "",
},
]
❯ test/suite/e2e/lightweight-tag.spec.ts:47:25
|
test/suite/e2e/pre-release.spec.ts > Pre-releases:
test/helpers/octokit.ts#L215
Error: Unable to find release for tag "0.1.0+ci-11676222180.826.1-pre-release"
❯ Module.getReleaseByTag test/helpers/octokit.ts:215:9
❯ test/suite/e2e/pre-release.spec.ts:41:15
|
test/suite/e2e/stability-override.spec.ts > Stability override:
test/helpers/octokit.ts#L215
Error: Unable to find release for tag "0.1.0+ci-11676222180.826.1-stability-override"
❯ Module.getReleaseByTag test/helpers/octokit.ts:215:9
❯ test/suite/e2e/stability-override.spec.ts:43:15
|
Ghalactic / CI
Process completed with exit code 2.
|