Ver a proveniência

feature: remove support for nodejs 8.x and 10.x

tags/v2.1.8
winkidney há 2 anos
ascendente
cometimento
86bc3ce08a
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      .github/workflows/node.js.yml

+ 1
- 1
.github/workflows/node.js.yml Ver ficheiro

@@ -15,7 +15,7 @@ jobs:

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

steps:
- uses: actions/checkout@v2


Carregando…
Cancelar
Guardar