From 5247fc77fc9087f3eb40a1ca42a3db7130360707 Mon Sep 17 00:00:00 2001 From: chenshenhai Date: Mon, 20 Sep 2021 20:15:47 +0800 Subject: [PATCH] chore: update workflows/coverage.yml --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 5ab035f..fac9a83 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node-version: [14.x, 15.x, 16.x] + node-version: [16.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: