summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMeiMei <30769358+mei23@users.noreply.github.com>2020-05-23 23:19:16 +0900
committerGitHub <noreply@github.com>2020-05-23 23:19:16 +0900
commit4df5ec82ce3db7fa5b775f6deabe588518a36ca0 (patch)
treed6f94bbb7cdf3269dbe5e0f2e420db45d292780f /.github
parentfeat(client): 翻訳をIndexedDBに保存・プッシュ通知を翻訳 (#6396) (diff)
downloadsharkey-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.yml2
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: