summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrinsuki <428rinsuki+git@gmail.com>2020-11-14 15:13:59 +0900
committerGitHub <noreply@github.com>2020-11-14 15:13:59 +0900
commitef7f033c3236f256eb71d01383e1314f40cd1aca (patch)
tree149d11b206fca379bb49531b9443ed4a0b54e55d
parentUpdate Dockerfile (diff)
downloadsharkey-ef7f033c3236f256eb71d01383e1314f40cd1aca.tar.gz
sharkey-ef7f033c3236f256eb71d01383e1314f40cd1aca.tar.bz2
sharkey-ef7f033c3236f256eb71d01383e1314f40cd1aca.zip
CI: Node 15.x でも回すように (#6836)
-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 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: