Explorar o código

Updated Node versions to test.

Eugene Lazutkin %!s(int64=3) %!d(string=hai) anos
pai
achega
4537a3652d
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: [12, 14, 16]
+        node-version: [14, 16, 18]
 
     steps:
     - uses: actions/checkout@v2