Skip to content

Commit f566f60

Browse files
author
Martynas Zilinskas
committed
CI: Updated node version.
1 parent 925292e commit f566f60

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.ci/build-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pool:
77
steps:
88
- task: NodeTool@0
99
inputs:
10-
versionSpec: "10.x"
10+
versionSpec: "12.x"
1111
displayName: "Install Node.js"
1212

1313
- script: |

.ci/pr-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pool:
77
steps:
88
- task: NodeTool@0
99
inputs:
10-
versionSpec: "10.x"
10+
versionSpec: "12.x"
1111
displayName: "Install Node.js"
1212

1313
- script: |

0 commit comments

Comments
 (0)