mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
Bump NodeJS to v18
This commit is contained in:
parent
9460db9f0e
commit
1de4e6092b
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -8,7 +8,7 @@ jobs:
|
|||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [16.x]
|
node-version: [18.x]
|
||||||
os: [ubuntu-latest, windows-2019, macos-latest]
|
os: [ubuntu-latest, windows-2019, macos-latest]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
2
.github/workflows/cve-scanning-node.yml
vendored
2
.github/workflows/cve-scanning-node.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [16.x]
|
node-version: [18.x]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Use Node.js ${{ matrix.node-version }}
|
- name: Use Node.js ${{ matrix.node-version }}
|
||||||
|
@ -28,7 +28,7 @@ RUN apt-get install -y \
|
|||||||
rpm
|
rpm
|
||||||
|
|
||||||
# install node
|
# install node
|
||||||
RUN curl -sL https://deb.nodesource.com/setup_12.x | bash
|
RUN curl -sL https://deb.nodesource.com/setup_18.x | bash
|
||||||
RUN apt-get install -y nodejs
|
RUN apt-get install -y nodejs
|
||||||
|
|
||||||
# Clone specific branch and repo
|
# Clone specific branch and repo
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
### Windows
|
### Windows
|
||||||
- NodeJS version >= 14.x.y (corresponds to electron 14.x.y)
|
- NodeJS version >= 18.16.0
|
||||||
- Microsoft Visual Studio 2017 Community or Paid (C++ and .NET/C# development tools)
|
- Microsoft Visual Studio 2017 Community or Paid (C++ and .NET/C# development tools)
|
||||||
- Python >= 2.7.1
|
- Python >= 2.7.1
|
||||||
- Dot Net 3.5 SP1 or later
|
- Dot Net 3.5 SP1 or later
|
||||||
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
### Mac
|
### Mac
|
||||||
- Xcode command line tools. Or better, Xcode latest version
|
- Xcode command line tools. Or better, Xcode latest version
|
||||||
- NodeJS version >= 14.x.y (corresponds to electron 14.x.y)
|
- NodeJS version >= 18.16.0
|
||||||
- [Sudre Packages](http://s.sudre.free.fr/Software/Packages/about.html)
|
- [Sudre Packages](http://s.sudre.free.fr/Software/Packages/about.html)
|
||||||
|
|
||||||
#### Notes
|
#### Notes
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
NODE_REQUIRED_VERSION=v12.13.1
|
NODE_REQUIRED_VERSION=v18.16.0
|
||||||
SNYK_ORG=sda
|
SNYK_ORG=sda
|
||||||
SNYK_PROJECT_NAME="Symphony Desktop Application"
|
SNYK_PROJECT_NAME="Symphony Desktop Application"
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
echo "Unlocking keychain"
|
echo "Unlocking keychain"
|
||||||
security -v unlock-keychain -p "$KEYCHAIN_PASSWORD" "$KEYCHAIN_NAME"
|
security -v unlock-keychain -p "$KEYCHAIN_PASSWORD" "$KEYCHAIN_NAME"
|
||||||
|
|
||||||
NODE_REQUIRED_VERSION=v16.13.2
|
NODE_REQUIRED_VERSION=v18.16.0
|
||||||
SNYK_ORG=sda
|
SNYK_ORG=sda
|
||||||
SNYK_PROJECT_NAME="Symphony Desktop Application"
|
SNYK_PROJECT_NAME="Symphony Desktop Application"
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\Tools\VsDevCmd
|
|||||||
echo %PATH%
|
echo %PATH%
|
||||||
|
|
||||||
set DISABLE_REBUILD=true
|
set DISABLE_REBUILD=true
|
||||||
set NODE_REQUIRED_VERSION=16.13.2
|
set NODE_REQUIRED_VERSION=18.16.0
|
||||||
set SNYK_ORG=sda
|
set SNYK_ORG=sda
|
||||||
set SNYK_PROJECT_NAME="Symphony Desktop Application"
|
set SNYK_PROJECT_NAME="Symphony Desktop Application"
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\Tool
|
|||||||
echo %PATH%
|
echo %PATH%
|
||||||
|
|
||||||
set DISABLE_REBUILD=true
|
set DISABLE_REBUILD=true
|
||||||
set NODE_REQUIRED_VERSION=16.13.2
|
set NODE_REQUIRED_VERSION=18.16.0
|
||||||
set SNYK_ORG=sda
|
set SNYK_ORG=sda
|
||||||
set SNYK_PROJECT_NAME="Symphony Desktop Application"
|
set SNYK_PROJECT_NAME="Symphony Desktop Application"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user