chore: upgrade serverless-offline + width fix [ZEND-7631]#10705
Merged
Mitch Goudy (mgoudy91) merged 2 commits intomasterfrom Mar 18, 2026
Merged
chore: upgrade serverless-offline + width fix [ZEND-7631]#10705Mitch Goudy (mgoudy91) merged 2 commits intomasterfrom
Mitch Goudy (mgoudy91) merged 2 commits intomasterfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the Jira app’s local/serverless development setup and UI styling, primarily to support running the local Lambda with a newer Node runtime and to fix a layout width issue.
Changes:
- Upgrades
serverless-offlineto v13.x and updates Serverless provider runtime. - Updates Jira app documentation to reflect the new runtime/troubleshooting guidance.
- Adjusts Jira ticket UI styling to fix width/box sizing.
Reviewed changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| apps/jira/jira-app/src/index.scss | Updates #jira-ticket sizing to avoid width/layout issues. |
| apps/jira/functions/serverless.yml | Changes Lambda runtime to nodejs22.x for this service. |
| apps/jira/functions/package.json | Bumps serverless-offline from v8 to v13. |
| apps/jira/README.md | Updates troubleshooting + maintenance notes for the new runtime/offline version. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
| provider: | ||
| name: aws | ||
| runtime: nodejs16.x | ||
| runtime: nodejs22.x |
| |--------|--------|-----| | ||
| | **502 from ngrok** | Lambda handler failed (e.g. unsupported runtime). | Runtime is set to `nodejs16.x` for serverless-offline. Restart dev. | | ||
| | **“Unsupported runtime”** in Lambda logs | serverless-offline 8.x only supports up to nodejs16.x. | Ensure `functions/serverless.yml` has `runtime: nodejs16.x`. | | ||
| | **502 from ngrok** | Lambda handler failed (e.g. unsupported runtime). | Runtime is set to `nodejs22.x` for serverless-offline. Restart dev. | |
ryunsong-contentful
approved these changes
Mar 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Made-with: Cursor
Purpose
A few changes I accidentally missed in the last PR: