mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
Update node versions in CI.
This commit is contained in:
parent
0cc289b3cd
commit
8062d7f698
1 changed files with 4 additions and 4 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
|
@ -16,13 +16,13 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
- node-version: 14.x
|
||||
- node-version: 16.x
|
||||
db-type: postgresql
|
||||
- node-version: 14.x
|
||||
- node-version: 16.x
|
||||
db-type: mysql
|
||||
- node-version: 16.x
|
||||
- node-version: 18.x
|
||||
db-type: postgresql
|
||||
- node-version: 16.x
|
||||
- node-version: 18.x
|
||||
db-type: mysql
|
||||
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue