Skip to content

Commit

Permalink
Update nodejs version (#652)
Browse files Browse the repository at this point in the history
* Update nodejs version
  • Loading branch information
sudhirverma authored Nov 24, 2021
1 parent b29505f commit 4b6acf6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,14 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
with:
fetch-depth: 0

# Set up Node
- name: Use Node 10.x
- name: Use Node 16.x
uses: actions/setup-node@v1
with:
node-version: 10.16.0
node-version: 16.11.0

# Run install dependencies
- name: Install 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 vscode-tekton build requirements') {
def nodeHome = tool 'nodejs-12.13.1'
def nodeHome = tool 'nodejs-16.11.0'
env.PATH="${env.PATH}:${nodeHome}/bin"
sh "npm install -g typescript vsce"
}
Expand Down

0 comments on commit 4b6acf6

Please sign in to comment.