From 2fb1d388e326fbb8306e53f587449579b7d16c38 Mon Sep 17 00:00:00 2001 From: jeremystretch Date: Tue, 24 Aug 2021 21:32:28 -0400 Subject: [PATCH] Omit node 15.x from CI builds --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d3f379c7c..d734ad2f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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