From 44f8efaa9e895d0e92467d7abd3f3f789e5d15d7 Mon Sep 17 00:00:00 2001 From: mpyw Date: Thu, 14 Oct 2021 12:12:24 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20Drop=20Node=2010=20supp?= =?UTF-8?q?ort?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ESLint/Prettier requirement changes? https://github.com/prettier/prettier/issues/8047 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 48bae76..d5cb5ed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: - node: [16, 14, 12, 10] + node: [16, 14, 12] steps: - uses: actions/checkout@v2