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
2 changes: 1 addition & 1 deletion .github/scripts/web-checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ mvn -B com.github.eirslett:frontend-maven-plugin:install-node-and-npm@install-no
PATH+=:web-console/target/node/

# docs
(cd website && npm ci)
(cd website && npx --yes npm@10.8.2 ci)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Looks like this fix will conflict with #19788, and the dependency might not really hold?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

I will merge 19788 first then resolve the conflicts

cd website
npm run build
npm run link-lint
Expand Down
Loading
Loading