From cb7e17531e919902c2f5a9e6d0462159596334ad Mon Sep 17 00:00:00 2001 From: Anuar Ustayev Date: Mon, 6 Dec 2021 23:08:48 +0600 Subject: [PATCH] [ci][xs]: run tests using node v14 and v16 as well. --- .github/workflows/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 113c2962..5b10dc63 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: - node-version: [10.x, 12.x] + node-version: [10.x, 12.x, 14.x, 16.x] steps: - uses: actions/checkout@v2