Browse Source

ci: add node 16, remove 10 and 15

LongYinan 4 years ago
parent
commit
fdb21d4752
1 changed files with 5 additions and 5 deletions
  1. 5 5
      .github/workflows/CI.yaml

+ 5 - 5
.github/workflows/CI.yaml

@@ -152,7 +152,7 @@ jobs:
             target: 'x86_64-apple-darwin'
           - host: windows-latest
             target: 'x86_64-pc-windows-msvc'
-        node: ['10', '12', '14', '15']
+        node: ['12', '14', '16']
     runs-on: ${{ matrix.settings.host }}
 
     steps:
@@ -193,7 +193,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        node: ['10', '12', '14', '15']
+        node: ['12', '14', '16']
     runs-on: ubuntu-20.04
 
     steps:
@@ -234,7 +234,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        node: ['10', '12', '14', '15']
+        node: ['12', '14', '16']
     runs-on: ubuntu-20.04
 
     steps:
@@ -275,7 +275,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        node: ['10', '12', '14', '15']
+        node: ['12', '14', '16']
     runs-on: ubuntu-20.04
 
     steps:
@@ -326,7 +326,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        node: ['10', '12', '14', '15']
+        node: ['12', '14', '16']
     runs-on: ubuntu-20.04
 
     steps: