Skip to content

Commit a8c0a3b

Browse files
authored
ci: Fix crypto not being available (#13385)
CI is angery. Crypto is only on global from Node 19 onwards.
1 parent d73808a commit a8c0a3b

File tree

1 file changed

+1
-0
lines changed
  • dev-packages/browser-integration-tests/utils

1 file changed

+1
-0
lines changed

dev-packages/browser-integration-tests/utils/fixtures.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import crypto from 'crypto';
12
import fs from 'fs';
23
import path from 'path';
34
/* eslint-disable no-empty-pattern */

0 commit comments

Comments
 (0)