From af734d16386b29f25b84e0c440e1ba1a86903434 Mon Sep 17 00:00:00 2001
From: Jane Jeon <me@janejeon.dev>
Date: Fri, 24 Dec 2021 21:11:27 -0500
Subject: [PATCH] try removing the latest version to see if it's a node thing

---
 .github/workflows/ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index d6d9a0b..2544038 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -36,7 +36,7 @@ jobs:
 
     strategy:
       matrix:
-        node-version: [12, 14, 16]
+        node-version: [12, 14]
         # https://github.com/actions/setup-node#supported-version-syntax
 
     steps: