From 5f957e577921b1b93c1797b3664eadb7a046764a Mon Sep 17 00:00:00 2001 From: Myles Braithwaite Date: Tue, 21 Jun 2022 09:45:23 -0400 Subject: [PATCH] Update ci.yml --- .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 df6786d..f14e530 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: - node-version: [8.x, 10.x, 12.x] + node-version: [12.x] steps: - uses: actions/checkout@v2