From f16259f895dbf1b78d3f0017866c8a887b7b402e Mon Sep 17 00:00:00 2001 From: Ron Buckton Date: Wed, 13 Dec 2023 11:54:41 -0500 Subject: [PATCH] Update ci.yml --- .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 0a0f5be..5deb107 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - node-version: [14.x, 16.x, 18.x] + node-version: [10.x] steps: - uses: actions/checkout@v3