mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
deps: add minimatch as a dependency
PR-URL: https://github.com/nodejs/node/pull/47499 Refs: https://github.com/nodejs/node/pull/47490 Refs: https://github.com/nodejs/node/pull/47486 Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Robert Nagy <ronagy@icloud.com>
This commit is contained in:
8
.github/workflows/tools.yml
vendored
8
.github/workflows/tools.yml
vendored
@@ -191,6 +191,14 @@ jobs:
|
||||
cat temp-output
|
||||
tail -n1 temp-output | grep "NEW_VERSION=" >> "$GITHUB_ENV" || true
|
||||
rm temp-output
|
||||
- id: minimatch
|
||||
subsystem: deps
|
||||
label: dependencies
|
||||
run: |
|
||||
./tools/dep_updaters/update-minimatch.sh > temp-output
|
||||
cat temp-output
|
||||
tail -n1 temp-output | grep "NEW_VERSION=" >> "$GITHUB_ENV" || true
|
||||
rm temp-output
|
||||
- id: root-certificates
|
||||
subsystem: crypto
|
||||
label: crypto, notable-change
|
||||
|
||||
Reference in New Issue
Block a user