Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
Update node to 12.16.3
Browse files Browse the repository at this point in the history
We have been experiencing linux build failures on our CI.
This failure seem to be cause by
#21079.

Related conversation atom/apm#900
  • Loading branch information
sadick254 committed Sep 9, 2020
1 parent 5b2c05a commit 635f721
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/vsts/platforms/templates/preparation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ steps:
# Common
- task: NodeTool@0
inputs:
versionSpec: 12.4.0
displayName: Install Node.js 12.4.0
versionSpec: 12.16.3
displayName: Install Node.js 12.16.3

- script: npm install --global npm@6.9.0
displayName: Update npm
Expand Down

0 comments on commit 635f721

Please sign in to comment.