Browse Source

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

tags/v2.1.8
winkidney 2 years ago
parent
commit
86bc3ce08a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/node.js.yml

+ 1
- 1
.github/workflows/node.js.yml View File

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


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


steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2


Loading…
Cancel
Save