From df54500ad5c8d987fbd17af2077dc0eb2273d36a Mon Sep 17 00:00:00 2001 From: Shin'ya Ueoka Date: Tue, 1 Feb 2022 13:51:55 +0000 Subject: Update node-version to v17 on GitHub Actions --- .github/workflows/build.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 7d5e6b0..6de2129 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: '14.15.1' + node-version: '17.4.0' - uses: ueokande/setup-firefox@latest with: firefox-version: 78.3.0esr @@ -41,7 +41,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: '14.15.1' + node-version: '17.4.0' - uses: ueokande/setup-firefox@latest with: firefox-version: 78.3.0esr @@ -81,7 +81,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: '14.15.1' + node-version: '17.4.0' - name: Get yarn cache directory path id: yarn-cache-dir-path -- cgit v1.2.3