node: remove v14, add v20 to build matrix
EOL date reached.
This commit is contained in:
parent
90ad06a29a
commit
8e43d8083d
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -9,10 +9,6 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
# EOL: April 2023
|
||||
- os: ubuntu-latest
|
||||
node_version: 14.x
|
||||
|
||||
# EOL: April 2024
|
||||
- os: ubuntu-latest
|
||||
node_version: 16.x
|
||||
@ -20,10 +16,12 @@ jobs:
|
||||
node_version: 16.x
|
||||
- os: windows-latest
|
||||
node_version: 16.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 }}
|
||||
|
||||
|
@ -40,7 +40,7 @@
|
||||
],
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=14.0.0"
|
||||
"node": ">=16.0.0"
|
||||
},
|
||||
"files": [
|
||||
"./.thelounge_home",
|
||||
|
Loading…
Reference in New Issue
Block a user