From b5031588ce6b1646cb980439f49340f7389c2f61 Mon Sep 17 00:00:00 2001 From: Christian Georgi Date: Tue, 9 Feb 2021 16:49:59 +0100 Subject: [PATCH] Remove Node 10 for now --- .github/workflows/node.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index c9fb33c2..c403849a 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node-version: [10.x, 12.x, 14.x] + node-version: [12.x, 14.x] steps: - uses: actions/checkout@v2