fix(ci): remove explicit pnpm version to resolve action-setup conflict

pnpm/action-setup@v4 now errors when both `version` input and
`packageManager` in package.json are set. Let it read from package.json.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 file changed
tree: 87f88ac9cc14dc0e6c3d405bfb2cd212a98922ca
  1. .github/
  2. examples/
  3. logos/
  4. products/
  5. scripts/
  6. site/
  7. .asf.yaml
  8. .gitignore
  9. .licenserc.yaml
  10. .pre-commit-config.yaml
  11. doap_flagon.rdf
  12. KEYS
  13. LICENSE
  14. NOTICE
  15. package-lock.json
  16. package.json
  17. README.md
README.md

Apache Flagon

Flagon is a collection of open-source tools for user behavior analytics, including instrumentation libraries and analytics pipelines. This monorepo contains multiple Flagon products in a unified codebase.

Repository Structure

/examples # Integration examples
/products
├── userale
 └── packages
  ├── flagon-userale # JavaScript client instrumentation library
  └── flagon-userale-ext # Browser extension for deploying UserALE
└── distill # Data processing toolkit (Python)
/site # Code for https://flagon.apache.org/

Products

Documentation