mirror of
https://github.com/dorny/paths-filter.git
synced 2026-07-03 06:09:30 +00:00
Update all dependencies
This commit is contained in:
parent
67617953b4
commit
2f74457227
5 changed files with 31772 additions and 38514 deletions
|
|
@ -43,7 +43,7 @@ export class Filter {
|
|||
return
|
||||
}
|
||||
|
||||
const doc = jsyaml.safeLoad(yaml) as FilterYaml
|
||||
const doc = jsyaml.load(yaml) as FilterYaml
|
||||
if (typeof doc !== 'object') {
|
||||
this.throwInvalidFormatError('Root element is not an object')
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue