mirror of
https://github.com/umami-software/umami.git
synced 2026-02-15 01:55:36 +01:00
Compare commits
No commits in common. "9c36f76e1b7ff3d70f0017675d22073add412e58" and "39c99997ce947af33441c5e03fe4722ff9f61b63" have entirely different histories.
9c36f76e1b
...
39c99997ce
1 changed files with 0 additions and 6 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
|
@ -19,18 +19,12 @@ jobs:
|
|||
matrix:
|
||||
include:
|
||||
- node-version: 18.18
|
||||
pnpm-version: 10
|
||||
db-type: postgresql
|
||||
- node-version: 18.18
|
||||
pnpm-version: 10
|
||||
db-type: mysql
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: pnpm/action-setup@v4 # required so that setup-node will work
|
||||
with:
|
||||
version: ${{ matrix.pnpm-version }}
|
||||
run_install: false
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue