summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMoshe Atlow <moshe@atlow.co.il>2023-04-09 00:16:13 +0300
committerMoshe Atlow <moshe@atlow.co.il>2023-04-21 03:01:52 +0300
commitf536bb04cebc98646266f4d30be3d9eba69add8d (patch)
treec93e5fbe969e2fb35e6e9b69ea944be78faf8d4a /.github
parent7b39e8099a43f896a6c4ab7f4e8f766cf2a60688 (diff)
downloadnode-new-f536bb04cebc98646266f4d30be3d9eba69add8d.tar.gz
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>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/tools.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/workflows/tools.yml b/.github/workflows/tools.yml
index 22f378fcc3..4578deb00d 100644
--- a/.github/workflows/tools.yml
+++ b/.github/workflows/tools.yml
@@ -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