From 263f36ddee7e68c5d7b9957f035002a669429f86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89tienne=20T=C3=A9treault-Pinard?= Date: Tue, 17 Jan 2023 11:42:27 -0500 Subject: [PATCH] drop support for Node 10.x --- .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 de05663..3da34a6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [10.x, 12.x, 14.x, 16.x, 18.x, 19.x] + node-version: [12.x, 14.x, 16.x, 18.x, 19.x] steps: - uses: actions/checkout@v3