Merge pull request #4356 from thelounge/maxleiter/rmNode10
Bump required node version to 12.x and add 16.x builds
This commit is contained in:
commit
25d493453e
16
.github/workflows/build.yml
vendored
16
.github/workflows/build.yml
vendored
@ -9,10 +9,6 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
# EOL: April 2021
|
||||
- os: ubuntu-latest
|
||||
node_version: 10.x
|
||||
|
||||
# EOL: April 2022
|
||||
- os: ubuntu-latest
|
||||
node_version: 12.x
|
||||
@ -20,15 +16,19 @@ jobs:
|
||||
# EOL: April 2023
|
||||
- os: ubuntu-latest
|
||||
node_version: 14.x
|
||||
- os: macOS-latest
|
||||
node_version: 14.x
|
||||
- os: windows-latest
|
||||
node_version: 14.x
|
||||
|
||||
# EOL: June 2021
|
||||
- os: ubuntu-latest
|
||||
node_version: 15.x
|
||||
|
||||
# EOL: April 2024
|
||||
- os: ubuntu-latest
|
||||
node_version: 16.x
|
||||
- os: macOS-latest
|
||||
node_version: 16.x
|
||||
- os: windows-latest
|
||||
node_version: 16.x
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
steps:
|
||||
|
@ -37,7 +37,7 @@
|
||||
],
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=10.15.0"
|
||||
"node": ">=12.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"bcryptjs": "2.4.3",
|
||||
|
Loading…
Reference in New Issue
Block a user