Skip to content
This repository has been archived by the owner on Feb 10, 2025. It is now read-only.

chore: replace EOL Node.js v19 w/ LTS v20 in engine spec #2080

Merged
merged 1 commit into from
May 16, 2024

Conversation

PeterDaveHello
Copy link
Contributor

Update the Node.js engine setting in service/package.json to use LTS v20 instead of the end-of-life v19. This aligns with our Dockerfile that uses node:lts-alpine, which has been a while without issues. The update also helps suppress the runtime warnings about engine compatibility:

WARN  Unsupported engine: wanted: {"node":"^16 || ^18 || ^19"} (current: {"node":"v20.12.2","pnpm":"9.0.4"})

Update the Node.js engine setting in service/package.json to use LTS v20
instead of the end-of-life v19. This aligns with our Dockerfile that
uses node:lts-alpine, which has been a while without issues. The update
also helps suppress the runtime warnings about engine compatibility:

> WARN  Unsupported engine: wanted: {"node":"^16 || ^18 || ^19"} (current: {"node":"v20.12.2","pnpm":"9.0.4"})
@Chanzhaoyu Chanzhaoyu merged commit e1a3308 into Chanzhaoyu:main May 16, 2024
3 checks passed
@PeterDaveHello PeterDaveHello deleted the UpdateNode.jsEngineSpec branch May 16, 2024 06:21
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants