From 215e13da169191c0a70ca79db2b7d76a701ef46e Mon Sep 17 00:00:00 2001 From: Anunay Jain Date: Sat, 2 Oct 2021 16:58:18 +0530 Subject: [PATCH] Add node v16 to ci matrix, and remove v10 Node v10 reached it's EOL on 30-Apr-2021, and therefore i don't see a need for running ci on that, v16 would soon be the LTS version (from 26-Oct-2021) therefore needs to be tested on. --- .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 eaa13790..71b657f9 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - node-version: [10.x, 12.x, 14.x] + node-version: [12.x, 14.x, 16.x] steps: