From 4ca9714217480daf957b2971d5334c3c0c4bec28 Mon Sep 17 00:00:00 2001 From: Chongyi Zheng Date: Wed, 18 Oct 2023 11:44:49 -0400 Subject: [PATCH] Add back node 12, 14, 16 --- .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 7080815..3c05042 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [18.x, 20.x] + node: [12.x, 14.x, 16.x, 18.x, 20.x] steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v2