Skip to content

Commit

Permalink
chore: change Node version. (#581)
Browse files Browse the repository at this point in the history
  • Loading branch information
jparsai authored Jun 28, 2022
1 parent 268fdc7 commit 564e782
Showing 1 changed file with 1 addition and 1 deletion.
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-12.20.0'
def nodeHome = tool 'nodejs-lts'
env.PATH="${env.PATH}:${nodeHome}/bin"
sh "npm install -g typescript"
sh "npm install -g [email protected]"
Expand Down

0 comments on commit 564e782

Please sign in to comment.