summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMiran <narimiran@disroot.org>2020-04-22 11:38:33 +0200
committerGitHub <noreply@github.com>2020-04-22 11:38:33 +0200
commit5c26a83a4a3b8cf3d77773709e84afd8ec512f51 (patch)
tree24607a0352058cd9e25eb8da33064bac38995bfd
parentd42c5a575dfaa6df363fd47c95d13c70aa60729c (diff)
downloadNim-5c26a83a4a3b8cf3d77773709e84afd8ec512f51.tar.gz
use newer nodejs on Azure Pipelines (#14065)
-rw-r--r--azure-pipelines.yml4
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