aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2022-02-01 22:58:08 +0000
committerGitHub <noreply@github.com>2022-02-01 22:58:08 +0000
commit4b5b44f66af3e6b720d52cfddee90caf730cb80e (patch)
tree48acd5053920f4a983c11eca394bd3f667592a1e /.github
parentaa2f9100da47e449e0d14d8ee9d1dad1040a9a34 (diff)
parentdf54500ad5c8d987fbd17af2077dc0eb2273d36a (diff)
Merge pull request #1353 from ueokande/node-17
Node 17
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yaml6
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