From f9e8ce8fab7c4005e110c35fcdcb3ea71e92d41c Mon Sep 17 00:00:00 2001 From: Norman Breau Date: Mon, 26 Apr 2021 12:47:22 -0300 Subject: [PATCH] ci: Add Node16 to CI matrix (#1218) --- .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 90c07aec3e..d207d8c64b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: strategy: matrix: - node-version: [10.x, 12.x, 14.x] + node-version: [10.x, 12.x, 14.x, 16.x] os: [ubuntu-latest, windows-latest, macos-latest] steps: