1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-16 07:08:55 +00:00

change node version to 20.x (#6514)

This commit is contained in:
Michael An
2024-08-09 12:33:44 +08:00
committed by GitHub
parent 9478d4637d
commit 1eda94917b
4 changed files with 29 additions and 15 deletions

View File

@@ -11,16 +11,10 @@ fi
export GITHUB_BRANCH=$branch
echo "GITHUB_BRANCH: $GITHUB_BRANCH"
export PYTHONPATH="${PYTHONPATH}:/tmp/site-packages"
echo "PYTHONPATH: $PYTHONPATH"
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >~/.npmrc
cd $GITHUB_WORKSPACE
echo "npm run lint on frontend/src files..."
cd ./frontend && npm install && npm run lint