Skip to content

fix/df-909: Allow 'save and exit' to resume from within a repeater #1638

fix/df-909: Allow 'save and exit' to resume from within a repeater

fix/df-909: Allow 'save and exit' to resume from within a repeater #1638

Triggered via pull request March 18, 2026 11:17
Status Failure
Total duration 2m 49s
Artifacts 3

check-pull-request.yml

on: pull_request
Matrix: build
Matrix: tasks
Matrix: lint
Analysis
0s
Analysis
Fit to window
Zoom out
Zoom in

Annotations

42 errors and 21 warnings
EditorConfig (Node 24)
Process completed with exit code 1.
EditorConfig (Node 22)
Process completed with exit code 1.
EditorConfig (Node 23)
Process completed with exit code 1.
Prettier (Node 22)
Process completed with exit code 1.
Prettier (Node 24)
Process completed with exit code 1.
TypeScript compiler (Node 22)
Process completed with exit code 2.
Prettier (Node 23)
Process completed with exit code 1.
TypeScript compiler (Node 24)
Process completed with exit code 2.
TypeScript compiler (Node 23)
Process completed with exit code 2.
ESLint (Node 24)
Process completed with exit code 1.
ESLint (Node 23)
Process completed with exit code 1.
ESLint (Node 22)
Process completed with exit code 1.
redirectOrMakeHandler › existing functionality › should not set returnUrl when redirecting and no next pages exist: src/server/plugins/engine/pageControllers/helpers/state.ts#L158
TypeError: Cannot read properties of undefined (reading '__stateNotYetValidated') at copyNotYetValidatedState (src/server/plugins/engine/pageControllers/helpers/state.ts:158:48) at redirectOrMakeHandler (src/server/plugins/engine/routes/index.ts:84:33) at Object.<anonymous> (src/server/plugins/engine/routes/index.test.ts:318:7)
redirectOrMakeHandler › existing functionality › should set returnUrl when redirecting and next pages exist: src/server/plugins/engine/pageControllers/helpers/state.ts#L158
TypeError: Cannot read properties of undefined (reading '__stateNotYetValidated') at copyNotYetValidatedState (src/server/plugins/engine/pageControllers/helpers/state.ts:158:48) at redirectOrMakeHandler (src/server/plugins/engine/routes/index.ts:84:33) at Object.<anonymous> (src/server/plugins/engine/routes/index.test.ts:286:7)
redirectOrMakeHandler › existing functionality › should redirect when page is not relevant: src/server/plugins/engine/pageControllers/helpers/state.ts#L158
TypeError: Cannot read properties of undefined (reading '__stateNotYetValidated') at copyNotYetValidatedState (src/server/plugins/engine/pageControllers/helpers/state.ts:158:48) at redirectOrMakeHandler (src/server/plugins/engine/routes/index.ts:84:33) at Object.<anonymous> (src/server/plugins/engine/routes/index.test.ts:256:7)
redirectOrMakeHandler › existing functionality › should call makeHandler when context has force access: src/server/plugins/engine/pageControllers/helpers/state.ts#L158
TypeError: Cannot read properties of undefined (reading '__stateNotYetValidated') at copyNotYetValidatedState (src/server/plugins/engine/pageControllers/helpers/state.ts:158:48) at redirectOrMakeHandler (src/server/plugins/engine/routes/index.ts:84:33) at Object.<anonymous> (src/server/plugins/engine/routes/index.test.ts:231:7)
redirectOrMakeHandler › existing functionality › should call makeHandler when page is relevant: src/server/plugins/engine/pageControllers/helpers/state.ts#L158
TypeError: Cannot read properties of undefined (reading '__stateNotYetValidated') at copyNotYetValidatedState (src/server/plugins/engine/pageControllers/helpers/state.ts:158:48) at redirectOrMakeHandler (src/server/plugins/engine/routes/index.ts:84:33) at Object.<anonymous> (src/server/plugins/engine/routes/index.test.ts:215:7)
redirectOrMakeHandler › onRequest callback functionality › should handle onRequest callback errors: src/server/plugins/engine/routes/index.test.ts#L187
expect(received).rejects.toThrow(expected) Expected substring: "onRequest callback error" Received message: "Cannot read properties of undefined (reading '__stateNotYetValidated')" 156 | context: FormContext 157 | ) { > 158 | const potentiallyInvalidState = context.state[STATE_NOT_YET_VALIDATED] as | ^ 159 | | Record<string, FormValue> 160 | | undefined 161 | if (!potentiallyInvalidState) { at copyNotYetValidatedState (src/server/plugins/engine/pageControllers/helpers/state.ts:158:48) at redirectOrMakeHandler (src/server/plugins/engine/routes/index.ts:84:33) at Object.<anonymous> (src/server/plugins/engine/routes/index.test.ts:180:7) at Object.toThrow (node_modules/expect/build/index.js:2155:20) at Object.toThrow (src/server/plugins/engine/routes/index.test.ts:187:17)
redirectOrMakeHandler › onRequest callback functionality › should continue processing when onRequest returns h.continue: src/server/plugins/engine/pageControllers/helpers/state.ts#L158
TypeError: Cannot read properties of undefined (reading '__stateNotYetValidated') at copyNotYetValidatedState (src/server/plugins/engine/pageControllers/helpers/state.ts:158:48) at redirectOrMakeHandler (src/server/plugins/engine/routes/index.ts:84:33) at Object.<anonymous> (src/server/plugins/engine/routes/index.test.ts:164:7)
redirectOrMakeHandler › onRequest callback functionality › should return takeover response when onRequest returns takeover response: src/server/plugins/engine/pageControllers/helpers/state.ts#L158
TypeError: Cannot read properties of undefined (reading '__stateNotYetValidated') at copyNotYetValidatedState (src/server/plugins/engine/pageControllers/helpers/state.ts:158:48) at redirectOrMakeHandler (src/server/plugins/engine/routes/index.ts:84:33) at Object.<anonymous> (src/server/plugins/engine/routes/index.test.ts:148:22)
redirectOrMakeHandler › onRequest callback functionality › should not call onRequest callback when not provided: src/server/plugins/engine/pageControllers/helpers/state.ts#L158
TypeError: Cannot read properties of undefined (reading '__stateNotYetValidated') at copyNotYetValidatedState (src/server/plugins/engine/pageControllers/helpers/state.ts:158:48) at redirectOrMakeHandler (src/server/plugins/engine/routes/index.ts:84:33) at Object.<anonymous> (src/server/plugins/engine/routes/index.test.ts:127:7)
redirectOrMakeHandler › onRequest callback functionality › should call onRequest callback when provided: src/server/plugins/engine/pageControllers/helpers/state.ts#L158
TypeError: Cannot read properties of undefined (reading '__stateNotYetValidated') at copyNotYetValidatedState (src/server/plugins/engine/pageControllers/helpers/state.ts:158:48) at redirectOrMakeHandler (src/server/plugins/engine/routes/index.ts:84:33) at Object.<anonymous> (src/server/plugins/engine/routes/index.test.ts:107:7)
redirectOrMakeHandler › existing functionality › should not set returnUrl when redirecting and no next pages exist: src/server/plugins/engine/pageControllers/helpers/state.ts#L158
TypeError: Cannot read properties of undefined (reading '__stateNotYetValidated') at copyNotYetValidatedState (src/server/plugins/engine/pageControllers/helpers/state.ts:158:48) at redirectOrMakeHandler (src/server/plugins/engine/routes/index.ts:84:33) at Object.<anonymous> (src/server/plugins/engine/routes/index.test.ts:318:7)
redirectOrMakeHandler › existing functionality › should set returnUrl when redirecting and next pages exist: src/server/plugins/engine/pageControllers/helpers/state.ts#L158
TypeError: Cannot read properties of undefined (reading '__stateNotYetValidated') at copyNotYetValidatedState (src/server/plugins/engine/pageControllers/helpers/state.ts:158:48) at redirectOrMakeHandler (src/server/plugins/engine/routes/index.ts:84:33) at Object.<anonymous> (src/server/plugins/engine/routes/index.test.ts:286:7)
redirectOrMakeHandler › existing functionality › should redirect when page is not relevant: src/server/plugins/engine/pageControllers/helpers/state.ts#L158
TypeError: Cannot read properties of undefined (reading '__stateNotYetValidated') at copyNotYetValidatedState (src/server/plugins/engine/pageControllers/helpers/state.ts:158:48) at redirectOrMakeHandler (src/server/plugins/engine/routes/index.ts:84:33) at Object.<anonymous> (src/server/plugins/engine/routes/index.test.ts:256:7)
redirectOrMakeHandler › existing functionality › should call makeHandler when context has force access: src/server/plugins/engine/pageControllers/helpers/state.ts#L158
TypeError: Cannot read properties of undefined (reading '__stateNotYetValidated') at copyNotYetValidatedState (src/server/plugins/engine/pageControllers/helpers/state.ts:158:48) at redirectOrMakeHandler (src/server/plugins/engine/routes/index.ts:84:33) at Object.<anonymous> (src/server/plugins/engine/routes/index.test.ts:231:7)
redirectOrMakeHandler › existing functionality › should call makeHandler when page is relevant: src/server/plugins/engine/pageControllers/helpers/state.ts#L158
TypeError: Cannot read properties of undefined (reading '__stateNotYetValidated') at copyNotYetValidatedState (src/server/plugins/engine/pageControllers/helpers/state.ts:158:48) at redirectOrMakeHandler (src/server/plugins/engine/routes/index.ts:84:33) at Object.<anonymous> (src/server/plugins/engine/routes/index.test.ts:215:7)
redirectOrMakeHandler › onRequest callback functionality › should handle onRequest callback errors: src/server/plugins/engine/routes/index.test.ts#L187
expect(received).rejects.toThrow(expected) Expected substring: "onRequest callback error" Received message: "Cannot read properties of undefined (reading '__stateNotYetValidated')" 156 | context: FormContext 157 | ) { > 158 | const potentiallyInvalidState = context.state[STATE_NOT_YET_VALIDATED] as | ^ 159 | | Record<string, FormValue> 160 | | undefined 161 | if (!potentiallyInvalidState) { at copyNotYetValidatedState (src/server/plugins/engine/pageControllers/helpers/state.ts:158:48) at redirectOrMakeHandler (src/server/plugins/engine/routes/index.ts:84:33) at Object.<anonymous> (src/server/plugins/engine/routes/index.test.ts:180:7) at Object.toThrow (node_modules/expect/build/index.js:2155:20) at Object.toThrow (src/server/plugins/engine/routes/index.test.ts:187:17)
redirectOrMakeHandler › onRequest callback functionality › should continue processing when onRequest returns h.continue: src/server/plugins/engine/pageControllers/helpers/state.ts#L158
TypeError: Cannot read properties of undefined (reading '__stateNotYetValidated') at copyNotYetValidatedState (src/server/plugins/engine/pageControllers/helpers/state.ts:158:48) at redirectOrMakeHandler (src/server/plugins/engine/routes/index.ts:84:33) at Object.<anonymous> (src/server/plugins/engine/routes/index.test.ts:164:7)
redirectOrMakeHandler › onRequest callback functionality › should return takeover response when onRequest returns takeover response: src/server/plugins/engine/pageControllers/helpers/state.ts#L158
TypeError: Cannot read properties of undefined (reading '__stateNotYetValidated') at copyNotYetValidatedState (src/server/plugins/engine/pageControllers/helpers/state.ts:158:48) at redirectOrMakeHandler (src/server/plugins/engine/routes/index.ts:84:33) at Object.<anonymous> (src/server/plugins/engine/routes/index.test.ts:148:22)
redirectOrMakeHandler › onRequest callback functionality › should not call onRequest callback when not provided: src/server/plugins/engine/pageControllers/helpers/state.ts#L158
TypeError: Cannot read properties of undefined (reading '__stateNotYetValidated') at copyNotYetValidatedState (src/server/plugins/engine/pageControllers/helpers/state.ts:158:48) at redirectOrMakeHandler (src/server/plugins/engine/routes/index.ts:84:33) at Object.<anonymous> (src/server/plugins/engine/routes/index.test.ts:127:7)
redirectOrMakeHandler › onRequest callback functionality › should call onRequest callback when provided: src/server/plugins/engine/pageControllers/helpers/state.ts#L158
TypeError: Cannot read properties of undefined (reading '__stateNotYetValidated') at copyNotYetValidatedState (src/server/plugins/engine/pageControllers/helpers/state.ts:158:48) at redirectOrMakeHandler (src/server/plugins/engine/routes/index.ts:84:33) at Object.<anonymous> (src/server/plugins/engine/routes/index.test.ts:107:7)
redirectOrMakeHandler › existing functionality › should not set returnUrl when redirecting and no next pages exist: src/server/plugins/engine/pageControllers/helpers/state.ts#L158
TypeError: Cannot read properties of undefined (reading '__stateNotYetValidated') at copyNotYetValidatedState (src/server/plugins/engine/pageControllers/helpers/state.ts:158:48) at redirectOrMakeHandler (src/server/plugins/engine/routes/index.ts:84:33) at Object.<anonymous> (src/server/plugins/engine/routes/index.test.ts:318:7)
redirectOrMakeHandler › existing functionality › should set returnUrl when redirecting and next pages exist: src/server/plugins/engine/pageControllers/helpers/state.ts#L158
TypeError: Cannot read properties of undefined (reading '__stateNotYetValidated') at copyNotYetValidatedState (src/server/plugins/engine/pageControllers/helpers/state.ts:158:48) at redirectOrMakeHandler (src/server/plugins/engine/routes/index.ts:84:33) at Object.<anonymous> (src/server/plugins/engine/routes/index.test.ts:286:7)
redirectOrMakeHandler › existing functionality › should redirect when page is not relevant: src/server/plugins/engine/pageControllers/helpers/state.ts#L158
TypeError: Cannot read properties of undefined (reading '__stateNotYetValidated') at copyNotYetValidatedState (src/server/plugins/engine/pageControllers/helpers/state.ts:158:48) at redirectOrMakeHandler (src/server/plugins/engine/routes/index.ts:84:33) at Object.<anonymous> (src/server/plugins/engine/routes/index.test.ts:256:7)
redirectOrMakeHandler › existing functionality › should call makeHandler when context has force access: src/server/plugins/engine/pageControllers/helpers/state.ts#L158
TypeError: Cannot read properties of undefined (reading '__stateNotYetValidated') at copyNotYetValidatedState (src/server/plugins/engine/pageControllers/helpers/state.ts:158:48) at redirectOrMakeHandler (src/server/plugins/engine/routes/index.ts:84:33) at Object.<anonymous> (src/server/plugins/engine/routes/index.test.ts:231:7)
redirectOrMakeHandler › existing functionality › should call makeHandler when page is relevant: src/server/plugins/engine/pageControllers/helpers/state.ts#L158
TypeError: Cannot read properties of undefined (reading '__stateNotYetValidated') at copyNotYetValidatedState (src/server/plugins/engine/pageControllers/helpers/state.ts:158:48) at redirectOrMakeHandler (src/server/plugins/engine/routes/index.ts:84:33) at Object.<anonymous> (src/server/plugins/engine/routes/index.test.ts:215:7)
redirectOrMakeHandler › onRequest callback functionality › should handle onRequest callback errors: src/server/plugins/engine/routes/index.test.ts#L187
expect(received).rejects.toThrow(expected) Expected substring: "onRequest callback error" Received message: "Cannot read properties of undefined (reading '__stateNotYetValidated')" 156 | context: FormContext 157 | ) { > 158 | const potentiallyInvalidState = context.state[STATE_NOT_YET_VALIDATED] as | ^ 159 | | Record<string, FormValue> 160 | | undefined 161 | if (!potentiallyInvalidState) { at copyNotYetValidatedState (src/server/plugins/engine/pageControllers/helpers/state.ts:158:48) at redirectOrMakeHandler (src/server/plugins/engine/routes/index.ts:84:33) at Object.<anonymous> (src/server/plugins/engine/routes/index.test.ts:180:7) at Object.toThrow (node_modules/expect/build/index.js:2155:20) at Object.toThrow (src/server/plugins/engine/routes/index.test.ts:187:17)
redirectOrMakeHandler › onRequest callback functionality › should continue processing when onRequest returns h.continue: src/server/plugins/engine/pageControllers/helpers/state.ts#L158
TypeError: Cannot read properties of undefined (reading '__stateNotYetValidated') at copyNotYetValidatedState (src/server/plugins/engine/pageControllers/helpers/state.ts:158:48) at redirectOrMakeHandler (src/server/plugins/engine/routes/index.ts:84:33) at Object.<anonymous> (src/server/plugins/engine/routes/index.test.ts:164:7)
redirectOrMakeHandler › onRequest callback functionality › should return takeover response when onRequest returns takeover response: src/server/plugins/engine/pageControllers/helpers/state.ts#L158
TypeError: Cannot read properties of undefined (reading '__stateNotYetValidated') at copyNotYetValidatedState (src/server/plugins/engine/pageControllers/helpers/state.ts:158:48) at redirectOrMakeHandler (src/server/plugins/engine/routes/index.ts:84:33) at Object.<anonymous> (src/server/plugins/engine/routes/index.test.ts:148:22)
redirectOrMakeHandler › onRequest callback functionality › should not call onRequest callback when not provided: src/server/plugins/engine/pageControllers/helpers/state.ts#L158
TypeError: Cannot read properties of undefined (reading '__stateNotYetValidated') at copyNotYetValidatedState (src/server/plugins/engine/pageControllers/helpers/state.ts:158:48) at redirectOrMakeHandler (src/server/plugins/engine/routes/index.ts:84:33) at Object.<anonymous> (src/server/plugins/engine/routes/index.test.ts:127:7)
redirectOrMakeHandler › onRequest callback functionality › should call onRequest callback when provided: src/server/plugins/engine/pageControllers/helpers/state.ts#L158
TypeError: Cannot read properties of undefined (reading '__stateNotYetValidated') at copyNotYetValidatedState (src/server/plugins/engine/pageControllers/helpers/state.ts:158:48) at redirectOrMakeHandler (src/server/plugins/engine/routes/index.ts:84:33) at Object.<anonymous> (src/server/plugins/engine/routes/index.test.ts:107:7)
Build (Node 22)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
Build (Node 24)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
Build (Node 23)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
EditorConfig (Node 24)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
EditorConfig (Node 22)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
Stylelint (Node 22)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache@v4, actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
EditorConfig (Node 23)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
Stylelint (Node 23)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache@v4, actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
Stylelint (Node 24)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache@v4, actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
Prettier (Node 22)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache@v4, actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
Prettier (Node 24)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache@v4, actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
TypeScript compiler (Node 22)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache@v4, actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
Prettier (Node 23)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache@v4, actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
TypeScript compiler (Node 24)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache@v4, actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
TypeScript compiler (Node 23)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache@v4, actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
ESLint (Node 24)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache@v4, actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
ESLint (Node 23)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache@v4, actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
ESLint (Node 22)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache@v4, actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
Unit tests (Node 24)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache@v4, actions/checkout@v4, actions/setup-node@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
Unit tests (Node 22)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache@v4, actions/checkout@v4, actions/setup-node@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
Unit tests (Node 23)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache@v4, actions/checkout@v4, actions/setup-node@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/

Artifacts

Produced during runtime
Name Size Digest
Unit tests coverage (Node 22)
812 KB
sha256:2650d2a957c08ef5eb0b66ab70e22e4ec2343d248bb4561d3739e9a7f2c21198
Unit tests coverage (Node 23)
812 KB
sha256:b9e8c36db3d85da9255925dfe6fe56cb56f16c66d976c338da5263b8dd79ebf8
Unit tests coverage (Node 24)
812 KB
sha256:c19424980e71c458f1cdcf4a88c8a7637910c1bff3fef94714f2102aaa27bb27