js: fix vitest version used (#84940)
gitea/passerelle/pipeline/head This commit looks good Details

This commit is contained in:
Corentin Sechet 2023-12-19 17:54:41 +01:00
parent 52886c216c
commit b377b87d5d
1 changed files with 1 additions and 1 deletions

View File

@ -3,4 +3,4 @@
pip install $*
nodeenv --prebuilt --python-virtualenv
source $VIRTUAL_ENV/bin/activate # source again to activate npm from env
npm install -g vitest happy-dom
npm install -g vitest@"<1.1.0" happy-dom