mirror of
https://github.com/umami-software/umami.git
synced 2026-02-18 19:45:35 +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
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v6
|
||||||
- uses: pnpm/action-setup@v4
|
- uses: pnpm/action-setup@v4
|
||||||
with:
|
with:
|
||||||
version: 10
|
version: latest
|
||||||
run_install: false
|
- name: Use Node.js 24
|
||||||
- name: Use Node.js 18.18
|
uses: actions/setup-node@v6
|
||||||
uses: actions/setup-node@v4
|
|
||||||
with:
|
with:
|
||||||
node-version: 18.18
|
node-version: 24
|
||||||
cache: "pnpm"
|
cache: pnpm
|
||||||
- run: npm install --global pnpm
|
- run: npm install --global pnpm
|
||||||
- run: pnpm install
|
- run: pnpm install
|
||||||
- run: pnpm test
|
- run: pnpm test
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue