Remove node 16 support, bump github build tests to node 21
This commit is contained in:
parent
bd0da6df13
commit
5cdfaa8019
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -12,9 +12,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
# EOL: April 2024
|
# EOL: April 2025
|
||||||
- os: ubuntu-latest
|
|
||||||
node_version: 16.x
|
|
||||||
- os: macOS-latest
|
- os: macOS-latest
|
||||||
node_version: 18.x
|
node_version: 18.x
|
||||||
- os: windows-latest
|
- os: windows-latest
|
||||||
@ -25,6 +23,9 @@ jobs:
|
|||||||
# EOL: April 2026
|
# EOL: April 2026
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
node_version: 20.x
|
node_version: 20.x
|
||||||
|
# EOL: April/June 2024
|
||||||
|
- os: ubuntu-latest
|
||||||
|
node_version: 21.x
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
|
@ -41,7 +41,7 @@
|
|||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=16.0.0"
|
"node": ">=18.0.0"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"./.thelounge_home",
|
"./.thelounge_home",
|
||||||
|
Loading…
Reference in New Issue
Block a user