refactor: update pnpm to v10

This commit is contained in:
Rainer Killinger
2025-06-25 14:46:33 +02:00
parent a3af1677d2
commit 06bc696737
10 changed files with 12009 additions and 9885 deletions

View File

@@ -4,9 +4,9 @@ e2e:
script:
- pnpm --filter=@openstapps/app install
- pnpm --filter=@openstapps/app exec cypress install
- cd node_modules/.pnpm/re2*/node_modules/re2
- npm run install
- cd $CI_PROJECT_DIR
# - cd node_modules/.pnpm/re2*/node_modules/re2
# - npm run install
# - cd $CI_PROJECT_DIR
- pnpm test:integration:app
artifacts:
when: on_failure