Files
Michał Gołębiowski-Owczarek 13bbc77124 Build: Commit package-lock.json, improve caching in CI
Changes:
1. Commit package-lock.json.
2. Use cache settings built into `actions/setup-node`, drop `actions/cache` - it
   is simpler to maintain that way and it fixes Windows-specific issues.
3. Switch from `npm install` to `npm ci` in CI.
4. Update `actions/checkout` from v4.2.2 to v5.0.0.

Closes gh-2369
2025-09-16 19:14:24 +02:00
..