ci: remove node 12.x

- it's not supported in latest mocha
This commit is contained in:
microshine 2022-05-12 14:29:00 +03:00
parent 4bc0ac04b6
commit b580035b26
1 changed files with 1 additions and 1 deletions

View File

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