summary refs log tree commit diff stats
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorringabout <43030857+ringabout@users.noreply.github.com>2023-11-01 01:49:23 +0800
committerGitHub <noreply@github.com>2023-10-31 18:49:23 +0100
commit2ae344f1c204f92a944afeb70fe6b1ca1c419f62 (patch)
tree17851e6b5426e343e67e3346c911b73363ddf11b /azure-pipelines.yml
parentf61311f7a0f1a4c2fab1eeaa747654d4281bc56b (diff)
downloadNim-2ae344f1c204f92a944afeb70fe6b1ca1c419f62.tar.gz
minor fixes for node20 (#22894)
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 5809084f0..3f20fb866 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -73,8 +73,8 @@ jobs:
 
     - task: NodeTool@0
       inputs:
-        versionSpec: '16.x'
-      displayName: 'Install node.js 16.x'
+        versionSpec: '20.x'
+      displayName: 'Install node.js 20.x'
       condition: and(succeeded(), eq(variables['skipci'], 'false'))
 
     - bash: |