There was an error while loading. Please reload this page.
1 parent 68d3dd1 commit 583ff33Copy full SHA for 583ff33
1 file changed
.azure-devops/release.yaml
@@ -42,6 +42,10 @@ extends:
42
os: linux
43
steps:
44
- checkout: self
45
+ - task: NodeTool@0
46
+ displayName: "Installing node"
47
+ inputs:
48
+ versionSpec: "12"
49
- script: yarn --frozen-lockfile
50
displayName: yarn
51
- script: yarn ci-test
0 commit comments