Browse Source

ci: remove Node.js v10.x, add v16.x (#2932)

Antoine du Hamel 3 years ago
parent
commit
50a9c9f190
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/ci.yml

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

@@ -7,7 +7,7 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        node-version: [10.x, 12.x, 14.x]
+        node-version: [12.x, 14.x, 16.x]
     steps:
       - name: Checkout sources
         uses: actions/checkout@v2