diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2022-02-01 13:51:55 +0000 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2022-02-01 14:05:04 +0000 |
commit | df54500ad5c8d987fbd17af2077dc0eb2273d36a (patch) | |
tree | 48acd5053920f4a983c11eca394bd3f667592a1e | |
parent | abe8d0b6822cf4dac0466975e31cabad02233478 (diff) |
Update node-version to v17 on GitHub Actions
-rw-r--r-- | .github/workflows/build.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
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 |