Browse Source

Added Node 15.

Eugene Lazutkin 5 năm trước cách đây
mục cha
commit
e499e22bd0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .github/workflows/tests.yml

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

@@ -17,7 +17,7 @@ jobs:
     strategy:
       matrix:
         os: [ubuntu-latest, windows-latest, macOS-latest]
-        node-version: [10, 12, 14]
+        node-version: [10, 12, 14, 15]
 
     steps:
     - uses: actions/checkout@v2