Przeglądaj źródła

use node 16 insted of 15 due to its longer term support

pull/834/head
Luke Blaney 1 rok temu
rodzic
commit
7db67fe020
2 zmienionych plików z 3 dodań i 3 usunięć
  1. +2
    -2
      .github/workflows/usage.yml
  2. +1
    -1
      .github/workflows/verify.yml

+ 2
- 2
.github/workflows/usage.yml Wyświetl plik

@@ -53,7 +53,7 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x, 14.x, 15.x]
node-version: [10.x, 12.x, 14.x, 16.x]

needs: package
steps:
@@ -80,7 +80,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 15.x]
node-version: [14.x, 16.x]

needs: package
steps:


+ 1
- 1
.github/workflows/verify.yml Wyświetl plik

@@ -20,7 +20,7 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x, 14.x, 15.x]
node-version: [10.x, 12.x, 14.x, 16.x]

steps:
- uses: actions/checkout@v2


Ładowanie…
Anuluj
Zapisz