From 224860b986344e284e600183e3b5002026c9c576 Mon Sep 17 00:00:00 2001 From: Tobias Bieniek Date: Tue, 1 Jun 2021 10:27:06 +0200 Subject: [PATCH] CI: Add Node.js 14 and 16 to the test matrix --- .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 d06b8a696..409ed56bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: test: strategy: matrix: - node: ['10', '12'] + node: ['10', '12', '14', '16'] name: Tests (Node.js v${{ matrix.node }}) runs-on: ubuntu-latest