Explorar el Código

run actions on even versions of nodejs up to v20

pull/830/head
Luke Blaney hace 2 años
padre
commit
9f376c01c4
Se han modificado 2 ficheros con 3 adiciones y 3 borrados
  1. +2
    -2
      .github/workflows/usage.yml
  2. +1
    -1
      .github/workflows/verify.yml

+ 2
- 2
.github/workflows/usage.yml Ver fichero

@@ -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, 18.x, 20.x]

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

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

needs: package
steps:


+ 1
- 1
.github/workflows/verify.yml Ver fichero

@@ -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, 18.x, 20.x]

steps:
- uses: actions/checkout@v2


Cargando…
Cancelar
Guardar