From b2f335465ad34ca866d759cee6ef54e935e41b50 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Sun, 13 Feb 2022 22:52:15 +0900 Subject: [PATCH] Update node version to 16 in release CI --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bfd08169..db72c06c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: '14' + node-version: '16' cache: yarn - name: Build run: | @@ -61,7 +61,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: '14' + node-version: '16' cache: yarn - name: Build run: | @@ -92,7 +92,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: '14' + node-version: '16' cache: yarn - name: Apple Codesigning uses: apple-actions/import-codesign-certs@v1