diff options
| author | rinsuki <428rinsuki+git@gmail.com> | 2020-11-14 15:13:59 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-14 15:13:59 +0900 |
| commit | ef7f033c3236f256eb71d01383e1314f40cd1aca (patch) | |
| tree | 149d11b206fca379bb49531b9443ed4a0b54e55d /.github/workflows/nodejs.yml | |
| parent | Update Dockerfile (diff) | |
| download | sharkey-ef7f033c3236f256eb71d01383e1314f40cd1aca.tar.gz sharkey-ef7f033c3236f256eb71d01383e1314f40cd1aca.tar.bz2 sharkey-ef7f033c3236f256eb71d01383e1314f40cd1aca.zip | |
CI: Node 15.x でも回すように (#6836)
Diffstat (limited to '.github/workflows/nodejs.yml')
| -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 85cf86554d..2cbc4be79a 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - node-version: [12.x, 14.x] + node-version: [12.x, 14.x, 15.x] services: postgres: |