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
41 changes: 27 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"all-node-versions": "13.0.1",
"apollo-upload-client": "18.0.1",
"clean-jsdoc-theme": "4.3.0",
"cross-env": "7.0.3",
"cross-env": "10.1.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🩺 Stability & Availability | 🟠 Major | ⚡ Quick win

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
set -eu

rg -n -C 8 \
  '(node-version|npm (ci|install|run)|cross-env|engine-strict)' \
  .github/workflows/release-manual-docs.yml package.json .npmrc 2>/dev/null || true

Repository: parse-community/parse-server

Length of output: 6312


🏁 Script executed:

#!/bin/bash
set -eu

echo "== release-manual-docs workflow =="
cat -n .github/workflows/release-manual-docs.yml

echo
echo "== release_docs.sh =="
if [ -f release_docs.sh ]; then
  cat -n release_docs.sh
fi

echo
echo "== package.json engines/scripts around docs =="
cat -n package.json | sed -n '110,150p'

Repository: parse-community/parse-server

Length of output: 6436


Update the manual docs workflow to Node 20+. .github/workflows/release-manual-docs.yml still pins node-version: 18.20.4, but that job runs npm ci and ./release_docs.sh, so it will hit the repo’s Node 20+ toolchain requirements and can break docs releases.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@package.json` at line 85, Update the node-version setting in the manual docs
workflow to Node 20 or newer, ensuring the job running npm ci and
release_docs.sh uses the repository’s supported toolchain. Keep the existing
workflow behavior unchanged.

"deep-diff": "1.0.2",
"eslint": "9.27.0",
"eslint-plugin-expect-type": "0.6.2",
Expand Down
Loading