upgrade failing deps

This commit is contained in:
David Gamero
2025-06-18 18:14:33 +00:00
committed by GitHub
parent d2d46d801e
commit 3e6c6c37c6
2 changed files with 14 additions and 12 deletions

View File

@@ -27,6 +27,8 @@ jobs:
if [[ $PR_BASE_REF != releases/* ]]; then
npm install
npm run build
# remove node_modules to match production environment where only index.js is present
rm -rf node_modules
fi
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0