mirror of
https://codeberg.org/Codeberg/Documentation.git
synced 2026-06-16 05:13:54 -07:00
14 lines
276 B
YAML
14 lines
276 B
YAML
when:
|
|
- event: [pull_request]
|
|
- 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
|