summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorTony Gorez <gorez.tony@gmail.com>2023-01-27 10:28:55 +0100
committerGitHub <noreply@github.com>2023-01-27 09:28:55 +0000
commite7504f2f5949c677fddb9b30efba85e03cdea2d9 (patch)
tree1c501eee25e53cd5babd6fe796e2c28cb73f0256 /.github
parent8ba54e50496a6a5c21d93133df60a9f7cb6c46ce (diff)
downloadnode-new-e7504f2f5949c677fddb9b30efba85e03cdea2d9.tar.gz
doc: fix commit message using test instead of deps
PR-URL: https://github.com/nodejs/node/pull/46313 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/tools.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/tools.yml b/.github/workflows/tools.yml
index a056aa705b..ab7902eec9 100644
--- a/.github/workflows/tools.yml
+++ b/.github/workflows/tools.yml
@@ -78,8 +78,8 @@ jobs:
./tools/update-undici.sh
fi
- id: postject
- subsystem: deps
- label: dependencies
+ subsystem: test
+ label: test
run: |
NEW_VERSION=$(npm view postject dist-tags.latest)
CURRENT_VERSION=$(node -p "require('./test/fixtures/postject-copy/node_modules/postject/package.json').version")