mirror of
https://github.com/moby/buildkit.git
synced 2026-08-09 01:01:08 +00:00
ci: pin js-yaml install
Use an explicit js-yaml version in the reusable test workflow so CI does not silently pick up parser behavior changes from future npm releases. Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
2
.github/workflows/.test.yml
vendored
2
.github/workflows/.test.yml
vendored
@@ -56,7 +56,7 @@ jobs:
|
||||
-
|
||||
name: Deps
|
||||
run: |
|
||||
npm install js-yaml
|
||||
npm install --no-save js-yaml@5.1.0
|
||||
-
|
||||
name: Set outputs
|
||||
id: set
|
||||
|
||||
Reference in New Issue
Block a user