From 3f994d0fc120f1bf6345d1deaa4a0afac97d8a1a Mon Sep 17 00:00:00 2001 From: Masa Kudamatsu <36348559+masakudamatsu@users.noreply.github.com> Date: Sun, 25 Sep 2022 09:33:28 +0900 Subject: [PATCH] ci(node): use Node 16 for testing on CI reduce the duration of CI tests whose log prints out that several modules don't support Node 15 but Node 16. --- .github/workflows/validate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index df6ed961..82886250 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -9,7 +9,7 @@ jobs: - name: 'Install Node' uses: actions/setup-node@v2 with: - node-version: '15' + node-version: '16' cache: 'npm' - name: 'Install repo' run: npm install