replace node v10 with v16 in github workflow

This commit is contained in:
Karsten Hassel
2021-04-26 22:13:44 +02:00
parent aa3848f420
commit bd908123c2
2 changed files with 2 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
node-version: [12.x, 14.x, 16.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}