mirror of
https://github.com/thelounge/thelounge
synced 2024-11-25 13:30:21 +00:00
Add node 15 to test matrix
This commit is contained in:
parent
c2e8eaf9df
commit
69986b3ee5
1 changed files with 4 additions and 0 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -25,6 +25,10 @@ jobs:
|
|||
- os: windows-latest
|
||||
node_version: 14.x
|
||||
|
||||
# EOL: June 2021
|
||||
- os: ubuntu-latest
|
||||
node_version: 15.x
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue