update node versions in templates and github workflows

This commit is contained in:
Karsten Hassel
2021-12-22 22:35:55 +01:00
parent dca5759569
commit c88d25b4ee
4 changed files with 4 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ jobs:
timeout-minutes: 30
strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [14.x, 16.x, 17.x]
steps:
- name: Checkout code
uses: actions/checkout@v2