Skip to content

Commit

Permalink
FUSETOOLS2-2176 - upgrade CI to use Node 18.15.x
Browse files Browse the repository at this point in the history
* Node 16 is EOL
* Newer version of Node 18 are nto working with  vscode-extension-tester

Signed-off-by: Aurélien Pupier <apupier@redhat.com>
  • Loading branch information
apupier committed Oct 16, 2023
1 parent a710bb3 commit 979bd90
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18.15.x'
cache: 'yarn'
- name: yarn
run: yarn --network-timeout 1000000
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main-kaoto.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
repository: KaotoIO/kaoto-ui
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18.15.x'
- name: Kaoto-ui build
working-directory: kaoto-ui
run: |
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env groovy

def installBuildRequirements(){
def nodeHome = tool 'nodejs-lts-16'
def nodeHome = tool 'nodejs-lts'
env.PATH="${env.PATH}:${nodeHome}/bin"
sh "npm install --global yarn"
}
Expand Down

0 comments on commit 979bd90

Please sign in to comment.