From ee2a233bc44cf0970e9254d1b2f223277cae8e55 Mon Sep 17 00:00:00 2001 From: Joshua Burke Date: Mon, 11 Dec 2023 14:13:35 -0500 Subject: [PATCH] fix(github-worflows): remove newer Node.js versions for compatibility Newer versions of Node.js including 14.x, 16.x, and 18.x break the build --- .github/workflows/build.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index c4ecdee7..64b4f9f5 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -15,9 +15,6 @@ jobs: matrix: node-version: - 12.x - - 14.x - - 16.x - - 18.x steps: - uses: actions/checkout@v3