From 44fbd2b62d9865746d626ac37d7a400e06b244b7 Mon Sep 17 00:00:00 2001
From: Tucker Siegel <tgsiegel@umd.edu>
Date: Sun, 20 Mar 2022 20:39:01 -0400
Subject: [PATCH] fix

---
 dawn-client/testing | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/dawn-client/testing b/dawn-client/testing
index 28baefa..8b4518d 100644
--- a/dawn-client/testing
+++ b/dawn-client/testing
@@ -1,8 +1,6 @@
 pipeline {
   agent {label "node2"}
-  tools {
-        go 'go-1.16'
-  }
+  tools {nodejs "node"}
   stages {
       
     stage('build') {
-- 
GitLab