ci: Remove NodeJS 10.x and add 16.x

This commit is contained in:
microshine 2021-10-26 12:46:53 +03:00
parent cbd5a35bf6
commit 2d38a2384e
1 changed files with 1 additions and 1 deletions

View File

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