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

node22 behind hidden key #7932

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

Saipriya-1144
Copy link

Added node22 behind hidden key to Linux Runtimes for webapps

@Saipriya-1144 Saipriya-1144 marked this pull request as ready for review December 31, 2024 06:21
@@ -2,6 +2,9 @@ import { WebAppStack } from '../../models/WebAppStackModel';
import { getDateString } from '../date-utilities';

const getNodeStack: (useIsoDateFormat: boolean) => WebAppStack = (useIsoDateFormat: boolean) => {
const node22EOL = getDateString(new Date('2026/04/30'), useIsoDateFormat);
const node20EOL = getDateString(new Date('2026/04/30'), useIsoDateFormat);
const node18EOL = getDateString(new Date('2025/04/30'), useIsoDateFormat);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are these needed and correct? Asking as the PR title only states that you are adding node22 behind hidekey

Copy link
Contributor

@shimedh shimedh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please look at comments

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