Skip to content

Commit 583ff33

Browse files
committed
change node version
1 parent 68d3dd1 commit 583ff33

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.azure-devops/release.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ extends:
4242
os: linux
4343
steps:
4444
- checkout: self
45+
- task: NodeTool@0
46+
displayName: "Installing node"
47+
inputs:
48+
versionSpec: "12"
4549
- script: yarn --frozen-lockfile
4650
displayName: yarn
4751
- script: yarn ci-test

0 commit comments

Comments
 (0)