SDA-4799 - Bump required node version

This commit is contained in:
Kiran Niranjan 2025-02-05 22:18:02 +05:30 committed by Kiran
parent 0c2b173895
commit d163e665c4
No known key found for this signature in database
GPG Key ID: 2C474571490ED50E
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
NODE_REQUIRED_VERSION=v18.16.0
NODE_REQUIRED_VERSION=v20.18.1
SNYK_ORG=sda
SNYK_PROJECT_NAME="Symphony Desktop Application"

View File

@ -4,7 +4,7 @@
echo "Unlocking keychain"
security -v unlock-keychain -p "$KEYCHAIN_PASSWORD" "$KEYCHAIN_NAME"
NODE_REQUIRED_VERSION=v18.16.0
NODE_REQUIRED_VERSION=v20.18.1
SNYK_ORG=sda
SNYK_PROJECT_NAME="Symphony Desktop Application"

View File

@ -5,7 +5,7 @@ call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\Tools\VsDevCmd
echo %PATH%
set DISABLE_REBUILD=true
set NODE_REQUIRED_VERSION=18.16.0
set NODE_REQUIRED_VERSION=20.18.1
set SNYK_ORG=sda
set SNYK_PROJECT_NAME="Symphony Desktop Application"

View File

@ -5,7 +5,7 @@ call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\Tool
echo %PATH%
set DISABLE_REBUILD=true
set NODE_REQUIRED_VERSION=18.16.0
set NODE_REQUIRED_VERSION=20.18.1
set SNYK_ORG=sda
set SNYK_PROJECT_NAME="Symphony Desktop Application"
set SCREENSHARE_INDICATOR_PATH="node_modules\screen-share-indicator-frame\ScreenShareIndicatorFrame.exe"