Преглед изворни кода

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

tags/v2.1.8
winkidney пре 2 година
родитељ
комит
86bc3ce08a
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      .github/workflows/node.js.yml

+ 1
- 1
.github/workflows/node.js.yml Прегледај датотеку

@@ -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


Loading…
Откажи
Сачувај