From f64b2b1321ae2b5d4b5c8159de618dd4acd19b9f Mon Sep 17 00:00:00 2001 From: James Date: Tue, 28 Feb 2023 09:47:46 -0500 Subject: [PATCH] chore: adds back 14.x --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c303a94f61..944f4920b2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [16.x, 18.x] + node-version: [14.x, 16.x, 18.x] steps: - uses: actions/checkout@v2