diff options
| author | wabilin <[email protected]> | 2021-12-25 20:18:32 +0900 |
|---|---|---|
| committer | wabilin <[email protected]> | 2021-12-25 20:18:32 +0900 |
| commit | 2025221b30d84a897eef989df46d330473fc74ee (patch) | |
| tree | f90ac18025ecde042c9a5b600835f3084ef95bb6 /.github/workflows/build.yml | |
| parent | chore: add release workflow (diff) | |
| download | holo-schedule-2025221b30d84a897eef989df46d330473fc74ee.tar.xz holo-schedule-2025221b30d84a897eef989df46d330473fc74ee.zip | |
fix(ci): remove old node versions
Diffstat (limited to '.github/workflows/build.yml')
| -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 1afb20e..0059787 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: - node-version: [10.x, 12.x, 14.x] + node-version: [14.x, 16.x] steps: - uses: actions/checkout@v2 |