From 47424f0baa76413d2b243096a9905f011d19b536 Mon Sep 17 00:00:00 2001 From: Ben Newman Date: Thu, 22 Jul 2021 18:14:48 -0400 Subject: [PATCH] Add Node.js 16.x to the test rotation. --- .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 05a9a9c74..e3bae7657 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, 15.x] + node-version: [10.x, 12.x, 14.x, 15.x, 16.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: