Skip to content

chore(deps): bump axios from 1.12.2 to 1.15.0 #117

chore(deps): bump axios from 1.12.2 to 1.15.0

chore(deps): bump axios from 1.12.2 to 1.15.0 #117

Triggered via pull request April 13, 2026 04:00
Status Failure
Total duration 1m 41s
Artifacts

coverage.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
coverage
Process completed with exit code 1.
tests/updateUserService.test.js > UpdateUserService > User Status Logic > should determine user subscription status: tests/updateUserService.test.js#L558
AssertionError: expected 'expired' to be 'active' // Object.is equality Expected: "active" Received: "expired" ❯ tests/updateUserService.test.js:558:6
tests/updateUserService.test.js > UpdateUserService > User Status Logic > should determine user premium status: tests/updateUserService.test.js#L543
AssertionError: expected 'premium_expired' to be 'premium_active' // Object.is equality Expected: "premium_active" Received: "premium_expired" ❯ tests/updateUserService.test.js:543:6
tests/updateUserService.test.js > UpdateUserService > User Validation Logic > should check expired premium status: tests/updateUserService.test.js#L263
AssertionError: expected true to be false // Object.is equality - Expected + Received - false + true ❯ tests/updateUserService.test.js:263:6
tests/updateUserService.test.js > UpdateUserService > User Validation Logic > should check active premium status: tests/updateUserService.test.js#L236
AssertionError: expected false to be true // Object.is equality - Expected + Received - true + false ❯ tests/updateUserService.test.js:236:6
coverage
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@v4. 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/