Skip to content

Commit

Permalink
Update to NodeJS 18
Browse files Browse the repository at this point in the history
Closes #167

Signed-off-by: David Thompson <[email protected]>
  • Loading branch information
datho7561 committed Feb 21, 2024
1 parent f4a6c2f commit 76b5b5a
Show file tree
Hide file tree
Showing 4 changed files with 5,630 additions and 3,500 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14.x'
node-version: '18.15'
- name: Install build tools
run: npm i -g vsce
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ node('rhel8'){
}

stage('Install requirements') {
def nodeHome = tool 'nodejs-14.19.1'
def nodeHome = tool 'nodejs-18.15.0'
env.PATH="${env.PATH}:${nodeHome}/bin"
sh 'npm install -g typescript'
sh 'npm install -g -f "@vscode/vsce"'
Expand Down
Loading

0 comments on commit 76b5b5a

Please sign in to comment.