Skip to content

#186 Bump Serverless Lambda runtime to Node.js 22.x#187

Merged
jayhill merged 2 commits intomainfrom
copilot/update-nodejs-runtime
Feb 28, 2026
Merged

#186 Bump Serverless Lambda runtime to Node.js 22.x#187
jayhill merged 2 commits intomainfrom
copilot/update-nodejs-runtime

Conversation

Copy link
Contributor

Copilot AI commented Feb 28, 2026

Node.js 20.x for Lambda is nearing end-of-support/end-of-life. This updates Serverless service runtime configuration to the current supported Node.js 22.x baseline and aligns build targeting accordingly.

  • Runtime configuration updates

    • serverless/api/serverless.yml: provider.runtime set to nodejs22.x
    • serverless/app/serverless.yml: provider.runtime set to nodejs22.x
  • Build target alignment

    • serverless/app/serverless.yml: build.esbuild.target updated from node20 to node22 to match deployed Lambda runtime
provider:
  runtime: nodejs22.x

build:
  esbuild:
    target: node22

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • cdn.sheetjs.com
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node node /home/REDACTED/work/_temp/ghcca-node/node/bin/npm ci (dns block)

If you need me to access, download, or install something from one of these locations, you can either:


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: jayhill <116148+jayhill@users.noreply.github.com>
Copilot AI changed the title [WIP] #186 Update Serverless Framework configuration for NodeJS runtime #186 Bump Serverless Lambda runtime to Node.js 22.x Feb 28, 2026
@jayhill jayhill marked this pull request as ready for review February 28, 2026 14:46
@jayhill jayhill merged commit 1787956 into main Feb 28, 2026
8 checks passed
@jayhill jayhill deleted the copilot/update-nodejs-runtime branch February 28, 2026 14:46
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.

2 participants