From 6ee30f4c28a081560609c93a06b0a5e774b747f6 Mon Sep 17 00:00:00 2001 From: Justin Obara Date: Thu, 12 Dec 2024 13:35:31 -0500 Subject: [PATCH] NOJIRA: moving back to original node versions for testing --- .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 8ee74b7..ff780ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macOS-latest] - node-version: [16.x, 18.x, 20.x, 22.x] + node-version: [12.x, 14.x] steps: - name: Prepare git