aws-samples / aws-samples/lza-validator
Node 18 has reached end-of-life on 2025-04-30 and is not supported
- Dominant language
- Shell
- Stars
- 27
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
The `lza-validator` container throws the below at runtime:
```
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! !!
!! Node 18 has reached end-of-life on 2025-04-30 and is not supported. !!
!! Please upgrade to a supported node version as soon as possible. !!
!! !!
!! This software is currently running on node v18.20.8. !!
!! As of the current release of this software, supported node releases are: !!
!! - ^22.0.0 (Planned end-of-life: 2027-04-30) !!
!! - ^20.0.0 (Planned end-of-life: 2026-04-30) !!
!! !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
```
Ref: https://github.com/aws-samples/lza-validator/blob/main/Dockerfile#L1
Contributor guide
Research direction
Open Dockerfile at line 1, as referenced in the issue, and inspect the Node version used to build the lza-validator container. Update it to a supported release, then rebuild and run the container to confirm the Node end-of-life warning no longer appears.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, node.js
- Domain
- devops
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 58/100