Explorar o código

Node 10 is out, Node 16 is in.

Eugene Lazutkin %!s(int64=4) %!d(string=hai) anos
pai
achega
b20795adda
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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, 15]
+        node-version: [12, 14, 16]
 
     steps:
     - uses: actions/checkout@v2