mirror of
https://codeberg.org/Codeberg/Documentation.git
synced 2026-08-15 14:53:29 -07:00
13 lines
250 B
YAML
13 lines
250 B
YAML
when:
|
|
- event: push
|
|
branch:
|
|
- ${CI_REPO_DEFAULT_BRANCH}
|
|
|
|
steps:
|
|
build:
|
|
image: codeberg.org/woodpecker-plugins/node-pm:1.3.6
|
|
settings:
|
|
run: build
|
|
with: pnpm
|
|
frozen_lockfile: true
|
|
ignore_node_modules: true
|