mirror of
https://github.com/umami-software/umami.git
synced 2026-05-30 06:47:25 +00:00
resolve docker image failed build
This commit is contained in:
@@ -15,14 +15,13 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: pnpm/action-setup@v4
|
||||
with:
|
||||
version: 10
|
||||
version: 10.15.1
|
||||
run_install: false
|
||||
- name: Use Node.js 22
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 22
|
||||
cache: "pnpm"
|
||||
- run: npm install --global pnpm
|
||||
- run: pnpm install
|
||||
- run: pnpm test
|
||||
- run: pnpm build
|
||||
|
||||
Reference in New Issue
Block a user