Omit node 15.x from CI builds

This commit is contained in:
jeremystretch 2021-08-24 21:32:28 -04:00
parent e10b389a60
commit 4fba691cb6

View File

@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
python-version: [3.7, 3.8, 3.9]
node-version: [14.x, 15.x]
node-version: [14.x]
services:
redis:
image: redis