mirror of
https://github.com/umami-software/umami.git
synced 2026-02-18 03:25:40 +01:00
Merge 5fdc8367c0 into 2260520ae5
This commit is contained in:
commit
89fd05534c
1 changed files with 6 additions and 7 deletions
13
.github/workflows/ci.yml
vendored
13
.github/workflows/ci.yml
vendored
|
|
@ -12,16 +12,15 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v6
|
||||
- uses: pnpm/action-setup@v4
|
||||
with:
|
||||
version: 10
|
||||
run_install: false
|
||||
- name: Use Node.js 18.18
|
||||
uses: actions/setup-node@v4
|
||||
version: latest
|
||||
- name: Use Node.js 24
|
||||
uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version: 18.18
|
||||
cache: "pnpm"
|
||||
node-version: 24
|
||||
cache: pnpm
|
||||
- run: npm install --global pnpm
|
||||
- run: pnpm install
|
||||
- run: pnpm test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue