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
Update use of js-yaml for compatibility with newer type defintions
A [recent change][0] changed the return type of `safeLoad` from `any` to
`object`. Accessing any property on a value of type `object` generates a
compiler error.
```
src/config.ts(168,17): error TS2339: Property 'apiVersion' does not exist on type 'object'.
```
[0]: DefinitelyTyped/DefinitelyTyped@ae9aff4
0 commit comments