chore: update build version

Update build version to node v14
This commit is contained in:
Kiro Risk 2021-12-20 17:34:37 -08:00
parent 93e33631fa
commit ed28cfe461

View File

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