diff options
| author | wabilin <[email protected]> | 2020-08-01 10:00:11 +0900 |
|---|---|---|
| committer | wabilin <[email protected]> | 2020-08-01 10:00:11 +0900 |
| commit | a7a24298819808586f868d144390cca2a84c3340 (patch) | |
| tree | c136c672fc38d10be743ce6dcbfadcfc74be671b /.github/workflows | |
| parent | Add link and preview image (#2) (diff) | |
| download | holo-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.yml | 2 |
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 |