Skip to content

Commit

Permalink
BB8-12139: Update available nodejs versions for preflight validation
Browse files Browse the repository at this point in the history
  • Loading branch information
iamchughmayank committed Nov 11, 2024
1 parent 81e26d5 commit cb0ca94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/vip-validate-preflight.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import { parseEnvAliasFromArgv } from '../lib/cli/envAlias';
import * as exit from '../lib/cli/exit';
import { trackEvent } from '../lib/tracker';

const ALLOWED_NODEJS_VERSIONS = [ '14', '16', '18' ];
const ALLOWED_NODEJS_VERSIONS = [ '16', '18', '20', '22' ];

export const appQuery = `
id
Expand Down

0 comments on commit cb0ca94

Please sign in to comment.