chore: woodpecker froga
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2026-06-14 12:43:53 +02:00
parent db0e2920ab
commit 95fd20b2dc

View File

@@ -1,8 +1,7 @@
steps: steps:
build: build:
image: codeberg.org/woodpecker-plugins/node-pm image: node:22-alpine
settings: commands:
run: front:build # script name - corepack enable
with: pnpm # if `with` is set, enforce to use this package manager - pnpm install --frozen-lockfile
frozen_lockfile: true # recommended - pnpm build
ignore_node_modules: true # recommended