Skip to content
Open
Show file tree
Hide file tree
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
8 changes: 0 additions & 8 deletions .github/workflows/tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,14 +121,6 @@ jobs:
run: |
make corepack-update
echo "NEW_VERSION=$(node deps/corepack/dist/corepack.js --version)" >> $GITHUB_ENV
- id: doc-kit
subsystem: tools
label: tools
run: |
./tools/dep_updaters/update-doc.sh > temp-output
cat temp-output
tail -n1 temp-output | grep "NEW_VERSION=" >> "$GITHUB_ENV" || true
rm temp-output
- id: googletest
subsystem: deps
label: dependencies, test
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ ifeq ($(OSTYPE),os400)
DOCBUILDSTAMP_PREREQS := $(DOCBUILDSTAMP_PREREQS) out/$(BUILDTYPE)/node.exp
endif

DOC_KIT ?= tools/doc/node_modules/@nodejs/doc-kit/bin/cli.mjs
DOC_KIT ?= tools/doc/node_modules/@node-core/doc-kit/bin/cli.mjs

node_use_openssl_and_icu = $(call available-node,"-p" \
"process.versions.openssl != undefined && process.versions.icu != undefined")
Expand Down
26 changes: 0 additions & 26 deletions tools/dep_updaters/update-doc.sh

This file was deleted.

9 changes: 0 additions & 9 deletions tools/doc/get-latest-commit.mjs

This file was deleted.

Loading
Loading