Merge branch 'nodeEOL'

This commit is contained in:
Reto Brunner 2023-05-20 10:09:48 +02:00
commit 4c6fa550aa
2 changed files with 6 additions and 8 deletions

View file

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

View file

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