From 9f1999c01e2ebc1cfed7630c16987f5a0ceedfb0 Mon Sep 17 00:00:00 2001 From: Scott Motte Date: Tue, 13 Feb 2024 09:40:03 -0800 Subject: [PATCH] add 12 showing issue --- .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 902f37d5..aca746c8 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, 20.x] + node-version: [12.x, 14.x, 16.x, 18.x, 20.x] steps: - uses: actions/checkout@v3