ci: remove 10.x node version (#15)

This commit is contained in:
Ziv
2021-02-07 13:12:21 +08:00
committed by GitHub
parent afbcce241d
commit 3fbb1b3373

View File

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