From b6eebfa89fef61a3856d382f4d075107ebf97e8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20De=20Boey?= Date: Wed, 21 Apr 2021 17:28:08 +0200 Subject: [PATCH] chore: add tests for Node 16 --- .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