From d971e714a4b157b2e79a0bfadeb41c1e88065f22 Mon Sep 17 00:00:00 2001 From: Koji Ishii Date: Fri, 15 Jul 2022 11:47:56 +0900 Subject: [PATCH] This patch updates the node versions from [12, 14, 16, 17] to [14, 16, 18]. This matches the BudouX change[1]. [1] https://github.com/google/budoux/pull/72 --- .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 ebf17ea..0bf67e7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - node-version: [12, 14, 16, 17] + node-version: [14, 16, 18] steps: - run: git config --global core.autocrlf false - uses: actions/checkout@v2