From a4dca53ff480bccdbe38f98d59f1d13561598619 Mon Sep 17 00:00:00 2001 From: Rob Brackett Date: Tue, 9 Jan 2024 13:57:31 -0800 Subject: [PATCH] Oops, also test on Node.js 6 --- .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 8f55fb7..46dd79b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node_version: [8, 10, 12, 14, 16, 18, 20] + node_version: [6, 8, 10, 12, 14, 16, 18, 20] steps: - uses: actions/checkout@v4