Skip to content

Commit 0b1a764

Browse files
committed
CI: Bump Node to 12.18.3 to match Electron 11
See: https://www.electronjs.org/releases/stable?version=11&page=6#11.0.0
1 parent a60809d commit 0b1a764

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

script/vsts/platforms/templates/preparation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ steps:
2626
2727
- task: NodeTool@0
2828
inputs:
29-
versionSpec: 12.16.3
29+
versionSpec: 12.18.3
3030
force32bit: $(IsWinX86)
31-
displayName: Install Node.js 12.16.3
31+
displayName: Install Node.js 12.18.3
3232

3333
- script: npm install --global [email protected]
3434
displayName: Update npm

0 commit comments

Comments
 (0)