Upgrade to Node 16

This commit is contained in:
Dennis Reimann
2021-09-10 12:14:37 +02:00
parent c78a15e394
commit 079353be8b
3 changed files with 4 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14]
node-version: [16]
steps:
- name: Checkout
uses: actions/checkout@v1