chore: fix nodejs.yml remove node-version 8.x

This commit is contained in:
Zongmin Lei
2021-05-07 00:10:01 +08:00
parent 3be6a07fae
commit bdd1b03896

View File

@@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
node-version: [8.x, 10.x, 12.x, 14.x, 16.x]
node-version: [10.x, 12.x, 14.x, 16.x]
steps:
- uses: actions/checkout@v2