Merge branch 'develop' of github.com:kingsdigitallab/corpus-building … #499
Annotations
5 errors and 1 warning
|
test (20.x)
Process completed with exit code 1.
|
|
src/metadata.spec.js > getMaterial function > should return undefined when the entire physDesc section is missing:
packages/etl/src/metadata.js#L232
TypeError: Cannot set properties of undefined (setting 'subtype')
❯ Object.getMaterial src/metadata.js:232:15
❯ src/metadata.spec.js:426:31
|
|
src/metadata.spec.js > getMaterial function > should return undefined when the XML structure is incomplete:
packages/etl/src/metadata.js#L232
TypeError: Cannot set properties of undefined (setting 'subtype')
❯ Object.getMaterial src/metadata.js:232:15
❯ src/metadata.spec.js:410:31
|
|
src/metadata.spec.js > getMaterial function > should return undefined when material is missing:
packages/etl/src/metadata.js#L232
TypeError: Cannot set properties of undefined (setting 'subtype')
❯ Object.getMaterial src/metadata.js:232:15
❯ src/metadata.spec.js:390:31
|
|
src/metadata.spec.js > getMaterial function > should return the material when it exists:
packages/etl/src/metadata.js#L232
TypeError: Cannot create property 'subtype' on string 'stone'
❯ Object.getMaterial src/metadata.js:232:15
❯ src/metadata.spec.js:366:31
|
|
test (20.x)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|