Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion npm.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: npm
version: "11.13.0"
epoch: 0
epoch: 1
description: "the npm package manager for javascript, mainline"
copyright:
- license: Artistic-2.0
Expand Down Expand Up @@ -30,6 +30,8 @@ pipeline:
runs: |
npm install --include=dev --ignore-scripts
npm run build -w docs
npm prune --omit=dev
rm -rf .git*

- name: Patch vulnerable vendored packages
runs: |
Expand Down