Commit b6c89d5
Add crypto.getRandomValues polyfill for Node < 19
- Add polyfill in test setup for older Node.js versions
- Fixes Vitest startup error in CI environment
- Uses crypto.randomFillSync as fallback implementation
- Ensures compatibility with Node.js 16+ as specified
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 55b9255 commit b6c89d5
1 file changed
+11
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
5 | 16 | | |
6 | 17 | | |
7 | 18 | | |
| |||
0 commit comments