Skip to content

Commit

Permalink
FUSETOOLS2-2176 - use Node 18 for build
Browse files Browse the repository at this point in the history
* On Jenkins CI host, the ipV6 is now deactivated.
otherwise somewhere between the host and the npmjs website ipV6, a layer
is not handling it correctly.
* Use 18.15.x as it is the latest version vscode-extension-tester is
working with

Signed-off-by: Aurélien Pupier <[email protected]>
  • Loading branch information
apupier committed Oct 4, 2023
1 parent 5015792 commit 2ce9826
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/insider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "18.15.x"
cache: "npm"

- name: Install global dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "18.15.x"
cache: "npm"

- name: Install global dependencies
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ node('rhel8'){
}

stage('Install requirements') {
def nodeHome = tool 'nodejs-lts-16'
def nodeHome = tool 'nodejs-lts'
env.PATH="${env.PATH}:${nodeHome}/bin"
sh "node --version"
sh "npm install -g typescript"
Expand Down

0 comments on commit 2ce9826

Please sign in to comment.