Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1605 upgrade server to node 20 #1618

Draft
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

horatiorosa
Copy link
Contributor

Summary

  • Upgraded (server) node version from 18 to 20.
  • Refactored server/src/disposition/defaultValue.disposition.pipe.ts to address an error while running tests
[ExceptionHandler] Cannot read properties of undefined (reading 'attributes')
TypeError: Cannot read properties of undefined (reading 'attributes')
   at defaultValueDispositionPipe.transform (/Users/horatiorosa/LocalDesktop/dcp-repos/labs-zap-search/server/src/disposition/defaultValue.disposition.pipe.ts:8:17)
   at /Users/horatiorosa/LocalDesktop/dcp-repos/labs-zap-search/server/node_modules/@nestjs/core/pipes/pipes-consumer.js:16:33
   at processTicksAndRejections (node:internal/process/task_queues:95:5)
FAIL  test/login.e2e-spec.ts (6.744 s)

Tasks/Bug Numbers

@horatiorosa horatiorosa requested a review from a team as a code owner December 9, 2024 20:01
@horatiorosa horatiorosa self-assigned this Dec 9, 2024
Copy link

netlify bot commented Dec 9, 2024

Deploy Preview for labs-zap ready!

Name Link
🔨 Latest commit 8e752f5
🔍 Latest deploy log https://app.netlify.com/sites/labs-zap/deploys/67575939f43161000837aaf3
😎 Deploy Preview https://deploy-preview-1618--labs-zap.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@horatiorosa horatiorosa force-pushed the issue/1605-upgrade-node-to-20 branch from 8ef2daa to 911e19c Compare December 9, 2024 20:30
@horatiorosa horatiorosa marked this pull request as draft December 10, 2024 15:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade node version of server
1 participant