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:
Max Leiter 2021-11-04 17:11:31 -07:00 committed by GitHub
commit 25d493453e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

View file

@ -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:

View file

@ -37,7 +37,7 @@
],
"license": "MIT",
"engines": {
"node": ">=10.15.0"
"node": ">=12.0.0"
},
"dependencies": {
"bcryptjs": "2.4.3",