From 76bd45ece6d56eb52f75db6b4a1efdd2efb56392 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20De=20Boey?= Date: Thu, 22 Apr 2021 22:42:44 +0200 Subject: [PATCH] chore: add tests for Node 16 (#410) --- .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 45bd5cc1..7474f2cc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: eslint-version: [7.x, 6.x, 5.x] - node-version: [14.x, 12.x, 10.x, 8.x, 6.x] + node-version: [16.x, 14.x, 12.x, 10.x, 8.x, 6.x] exclude: # eslint 7 does not support node 6 or 8