From f5ccbff30b84e0d41f5e89a39e420350b78e7b47 Mon Sep 17 00:00:00 2001 From: Igor Bezkrovnyi <> Date: Sun, 12 Sep 2021 13:37:58 +0200 Subject: [PATCH] run tests in all latest NodeJS --- .github/workflows/commit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/commit.yml b/.github/workflows/commit.yml index 90b9949..fcb7727 100644 --- a/.github/workflows/commit.yml +++ b/.github/workflows/commit.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - node-version: [14] + node-version: [12, 14, 16] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }}