Skip to content

Commit

Permalink
ci: Fix crypto not being available (#13385)
Browse files Browse the repository at this point in the history
CI is angery. Crypto is only on global from Node 19 onwards.
  • Loading branch information
lforst authored Aug 16, 2024
1 parent d73808a commit a8c0a3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev-packages/browser-integration-tests/utils/fixtures.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import crypto from 'crypto';
import fs from 'fs';
import path from 'path';
/* eslint-disable no-empty-pattern */
Expand Down

0 comments on commit a8c0a3b

Please sign in to comment.