From 9378ff44e6cc92d5d2af8da90b61c0bf8e29b359 Mon Sep 17 00:00:00 2001 From: soulgalore Date: Tue, 20 Apr 2021 22:32:38 +0200 Subject: [PATCH] Start testing on Node 16 --- .github/workflows/unittests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unittests.yml b/.github/workflows/unittests.yml index 55c289f23..f756c9d88 100644 --- a/.github/workflows/unittests.yml +++ b/.github/workflows/unittests.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [10.x, 12.x, 14.x] + node-version: [10.x, 12.x, 14.x, 16.x] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }}