You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: EbsDeviceVolumeType import error with ESM (#648)
Fix for ESM specific error:
```
node_modules/@cloudsnorkel/cdk-github-runners/lib/providers/common.d.ts:3:37 - error TS2307: Cannot find module 'aws-cdk-lib/aws-ec2/lib/volume' or its corresponding type declarations.
3 import { EbsDeviceVolumeType } from 'aws-cdk-lib/aws-ec2/lib/volume';
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Found 1 error in node_modules/@cloudsnorkel/cdk-github-runners/lib/providers/common.d.ts:3
```
Fixes#647
0 commit comments