Skip to content

Commit

Permalink
using latest nodejs version for build (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
sudhirverma authored Feb 23, 2022
1 parent 66b7ee1 commit 20d49ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
node: [10]
node: [16.11.0]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ node('rhel8'){
}

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

0 comments on commit 20d49ee

Please sign in to comment.