Skip to content

Commit 175fecf

Browse files
committed
.github: pin js-yaml major version to fix CI
Signed-off-by: Cory Snider <csnider@mirantis.com>
1 parent 43effed commit 175fecf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/.test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
-
6262
name: Deps
6363
run: |
64-
npm install js-yaml
64+
npm install js-yaml@v4-legacy
6565
-
6666
name: Set outputs
6767
id: set

0 commit comments

Comments
 (0)