diff options
author | Miran <narimiran@disroot.org> | 2020-04-22 11:38:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-22 11:38:33 +0200 |
commit | 5c26a83a4a3b8cf3d77773709e84afd8ec512f51 (patch) | |
tree | 24607a0352058cd9e25eb8da33064bac38995bfd | |
parent | d42c5a575dfaa6df363fd47c95d13c70aa60729c (diff) | |
download | Nim-5c26a83a4a3b8cf3d77773709e84afd8ec512f51.tar.gz |
use newer nodejs on Azure Pipelines (#14065)
-rw-r--r-- | azure-pipelines.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 57b494bac..c6d0d5e50 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -57,8 +57,8 @@ jobs: - task: NodeTool@0 inputs: - versionSpec: '8.x' - displayName: 'Install node.js 8.x' + versionSpec: '12.x' + displayName: 'Install node.js 12.x' - bash: | sudo apt-fast update -qq |