aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorwabilin <[email protected]>2020-08-01 10:00:11 +0900
committerwabilin <[email protected]>2020-08-01 10:00:11 +0900
commita7a24298819808586f868d144390cca2a84c3340 (patch)
treec136c672fc38d10be743ce6dcbfadcfc74be671b /.github/workflows
parentAdd link and preview image (#2) (diff)
downloadholo-schedule-a7a24298819808586f868d144390cca2a84c3340.tar.xz
holo-schedule-a7a24298819808586f868d144390cca2a84c3340.zip
add 10 and 12 node to CI
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index e1f4a9b..096f096 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
- node-version: [14.x]
+ node-version: [10.x, 12.x, 14.x]
steps:
- uses: actions/checkout@v2