From b580035b2678b162152c2b8380ac12de748124d5 Mon Sep 17 00:00:00 2001 From: microshine Date: Thu, 12 May 2022 14:29:00 +0300 Subject: [PATCH] ci: remove node 12.x - it's not supported in latest mocha --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a96044c..60f03c2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node-version: [12.x, 14.x, 16.x] + node-version: [14.x, 16.x] steps: - uses: actions/checkout@v2