From 0c145ccca355f17af9e0e19fe01f7fafbd775183 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Mon, 6 Jan 2025 09:08:54 +0000 Subject: [PATCH] ci(build): add node 10+ to test matrix --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d374fbd9e..8d20dd504 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - node-version: [16.x, 18.x, 20.x, 21.x] + node-version: [10.x, 12.x, 14.x, 16.x, 18.x, 20.x, 21.x] steps: - uses: actions/checkout@v4