Explorar o código

Omit node 15.x from CI builds

jeremystretch %!s(int64=4) %!d(string=hai) anos
pai
achega
2fb1d388e3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/ci.yml

+ 1 - 1
.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