From 373cd099995b339e31bd4b47843a0d2160e835b2 Mon Sep 17 00:00:00 2001
From: brooke <brooke@myco.systems>
Date: Tue, 16 Jul 2024 17:13:08 -0400
Subject: [PATCH] update node version to include the full semantic version

---
 .github/workflows/build.yaml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 426be51..57fdb99 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -20,7 +20,13 @@ jobs:
             "0.126.3",
             "0.128.2"
           ]
-        node-version: ["20", "21", "22"]
+          
+        node-version: 
+          [
+            "20.0.0",
+            "21.0.0",
+            "22.0.0"
+          ]
 
     steps:
       - uses: actions/checkout@v3