diff options
| author | MeiMei <30769358+mei23@users.noreply.github.com> | 2020-04-24 23:48:50 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-24 23:48:50 +0900 |
| commit | cd94d79cbbaf63c9fbf910b5303f16b45eeeccdc (patch) | |
| tree | 71271d1da6133cf6ac48d9b9c1cf22c3469ec28c /.github/workflows | |
| parent | 12.36.1 (diff) | |
| download | sharkey-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.yml | 2 |
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: |