diff options
| author | MeiMei <30769358+mei23@users.noreply.github.com> | 2020-05-23 23:19:16 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-23 23:19:16 +0900 |
| commit | 4df5ec82ce3db7fa5b775f6deabe588518a36ca0 (patch) | |
| tree | d6f94bbb7cdf3269dbe5e0f2e420db45d292780f /.github | |
| parent | feat(client): 翻訳をIndexedDBに保存・プッシュ通知を翻訳 (#6396) (diff) | |
| download | sharkey-4df5ec82ce3db7fa5b775f6deabe588518a36ca0.tar.gz sharkey-4df5ec82ce3db7fa5b775f6deabe588518a36ca0.tar.bz2 sharkey-4df5ec82ce3db7fa5b775f6deabe588518a36ca0.zip | |
Drop support for Node v11, v13 (#6402)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/nodejs.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 52a81c79c9..85cf86554d 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - node-version: [11.10.x, 12.x, 13.x, 14.x] + node-version: [12.x, 14.x] services: postgres: |