mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 21:00:57 +00:00
Drop node v14 support (#3085)
node v14 will have reached end-of-life by the next release. From April 18th we can use node v20 instead of v19 for testing.
This commit is contained in:
committed by
GitHub
parent
b7eb21e48f
commit
0d3ad9812c
2
.github/workflows/automated-tests.yaml
vendored
2
.github/workflows/automated-tests.yaml
vendored
@@ -18,7 +18,7 @@ jobs:
|
||||
timeout-minutes: 30
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [14.x, 16.x, 18.x]
|
||||
node-version: [16.x, 18.x, 19.x]
|
||||
steps:
|
||||
- name: "Checkout code"
|
||||
uses: actions/checkout@v3
|
||||
|
Reference in New Issue
Block a user