Browse Source

New node versions as test targets.

Eugene Lazutkin 3 years ago
parent
commit
f65c6df785
1 changed files with 1 additions and 1 deletions
  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: [14, 16, 18]
 
     steps:
     - uses: actions/checkout@v2