Add YAML to dependencies

This commit is contained in:
Alex Rodionov 2023-01-04 16:50:05 -08:00
parent c2309d72bd
commit eac8baa3a8
6 changed files with 16676 additions and 22 deletions

View file

@ -14,6 +14,7 @@
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
"@actions/glob": "^0.3.0",
"@vercel/ncc": "^0.36.0"
"@vercel/ncc": "^0.36.0",
"yaml": "^2.2.1"
}
}