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

Deprecate node 16, use only latest supported node #836

Open
asaaki opened this issue Oct 28, 2024 · 1 comment
Open

Deprecate node 16, use only latest supported node #836

asaaki opened this issue Oct 28, 2024 · 1 comment

Comments

@asaaki
Copy link
Owner

asaaki commented Oct 28, 2024

@asaaki
Copy link
Owner Author

asaaki commented Oct 28, 2024

Location:

jobs:
build_and_test:
name: Build and test
runs-on: ubuntu-22.04
strategy:
matrix:
# https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/edge-functions-restrictions.html#lambda-at-edge-runtime-restrictions
# note: only use active versions; EOLs will be dropped
node-version: ['16', '14']

notes

  • also update ubuntu image
  • use single version for node; no need to promote almost EOL (April 2025)
  • node v22 is not supported on either lambda or lambda edge

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

No branches or pull requests

1 participant