ソースを参照

Omit node 15.x from CI builds

jeremystretch 4 年 前
コミット
2fb1d388e3
1 ファイル変更1 行追加1 行削除
  1. 1 1
      .github/workflows/ci.yml

+ 1 - 1
.github/workflows/ci.yml

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