OWASP / threat-dragon

An open source threat modeling tool from OWASP
https://owasp.org/www-project-threat-dragon/
Apache License 2.0
902 stars 244 forks source link

BrowserStack End to End Tests failing #634

Closed jgadsden closed 1 year ago

jgadsden commented 1 year ago

Describe the bug The workflow action BrowserStack End to End Tests are failing, along with all other pipelines, with:

Run npm i -g pnpm
 ERR_PNPM_FROZEN_LOCKFILE_WITH_OUTDATED_LOCKFILE  Cannot perform a frozen installation because the version of the lockfile is incompatible with this version of pnpm

Expected behaviour this action should not fail on pnpm install

Environment

To Reproduce https://github.com/OWASP/threat-dragon/actions/runs/4552007331

Any additional context, screenshots, etc

jgadsden commented 1 year ago

Fixed with commit a61df2ef10daff1fcc28367a93f728a8624ccf75 which provides pnpm version 8.1.0 lockfiles