Minimum node version v18 (#3170)

When the next MagicMirror version is released, node v16 will have
reached its end of life.
This commit is contained in:
Kristjan ESPERANTO
2023-08-20 12:55:17 +02:00
committed by GitHub
parent 7dcea98e99
commit 7c64d8fce6
8 changed files with 89 additions and 101 deletions

View File

@@ -18,7 +18,7 @@ jobs:
timeout-minutes: 30
strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
node-version: [18.x, 20.x]
steps:
- name: "Checkout code"
uses: actions/checkout@v3