From 0a9c5212aaf1044c79b70bcef2ffbb359ab0d4c1 Mon Sep 17 00:00:00 2001 From: Kawika Bader Date: Wed, 20 Sep 2023 06:58:55 -0700 Subject: [PATCH] Fix to node version 18 for now. --- .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 ddec5e190..925ab82d1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - node-version: [18.x, 20.x] + node-version: [18.x] steps: - name: Checkout Repository