node: remove v14, add v20 to build matrix

EOL date reached.
This commit is contained in:
Reto Brunner 2023-04-22 10:02:38 +02:00
parent 90ad06a29a
commit 8e43d8083d
2 changed files with 4 additions and 6 deletions

View file

@ -9,10 +9,6 @@ jobs:
strategy: strategy:
matrix: matrix:
include: include:
# EOL: April 2023
- os: ubuntu-latest
node_version: 14.x
# EOL: April 2024 # EOL: April 2024
- os: ubuntu-latest - os: ubuntu-latest
node_version: 16.x node_version: 16.x
@ -20,10 +16,12 @@ jobs:
node_version: 16.x node_version: 16.x
- os: windows-latest - os: windows-latest
node_version: 16.x node_version: 16.x
# EOL: April 2025 # EOL: April 2025
- os: ubuntu-latest - os: ubuntu-latest
node_version: 18.x node_version: 18.x
# EOL: April 2026
- os: ubuntu-latest
node_version: 20.x
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}

View file

@ -40,7 +40,7 @@
], ],
"license": "MIT", "license": "MIT",
"engines": { "engines": {
"node": ">=14.0.0" "node": ">=16.0.0"
}, },
"files": [ "files": [
"./.thelounge_home", "./.thelounge_home",