From c50fae7abea0a492db382504e9a6c39307083acf Mon Sep 17 00:00:00 2001 From: Michael Rotarius <13236924+Mirobit@users.noreply.github.com> Date: Thu, 6 May 2021 18:03:07 +0200 Subject: [PATCH] Add node v16 and remove v10 and v15 --- ci/node.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/node.js.yml b/ci/node.js.yml index 06cd54b..2f60984 100644 --- a/ci/node.js.yml +++ b/ci/node.js.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node-version: [10.x, 12.x, 14.x, 15.x] + node-version: [12.x, 14.x, 16.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: