From 0787c471384ca61ff433171bcb506a6f1493faf4 Mon Sep 17 00:00:00 2001 From: Gaurav Vaidya Date: Tue, 18 Jul 2023 22:47:58 -0400 Subject: [PATCH] Check if this limits us to Node.js v12+. --- .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 3780de66..9b043119 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - node-version: [10.x, 12.x, 14.x] + node-version: [12.x, 14.x] steps: - uses: actions/checkout@v2