Skip to content

Commit a7aa35c

Browse files
lforstZen-cronic
authored andcommitted
ci: Fix crypto not being available (getsentry#13385)
CI is angery. Crypto is only on global from Node 19 onwards.
1 parent 2f11b7e commit a7aa35c

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

Lines changed: 1 addition & 0 deletions
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)