summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorMeiMei <30769358+mei23@users.noreply.github.com>2020-04-24 23:48:50 +0900
committerGitHub <noreply@github.com>2020-04-24 23:48:50 +0900
commitcd94d79cbbaf63c9fbf910b5303f16b45eeeccdc (patch)
tree71271d1da6133cf6ac48d9b9c1cf22c3469ec28c /.github/workflows
parent12.36.1 (diff)
downloadsharkey-cd94d79cbbaf63c9fbf910b5303f16b45eeeccdc.tar.gz
sharkey-cd94d79cbbaf63c9fbf910b5303f16b45eeeccdc.tar.bz2
sharkey-cd94d79cbbaf63c9fbf910b5303f16b45eeeccdc.zip
Supports Node v14 (#6294)
* Add Node v13, v14 CI * pg v8.0.3
Diffstat (limited to '.github/workflows')
-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 91668786e2..5b8590da62 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]
+ node-version: [11.10.x, 12.x, 13.x, 14.x]
services:
postgres: