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