rust/src/ci/package.json
Jakub Beránek 6e22b84296
[CI] Use a lockfile for installing the datadog package
Without a lockfile, it could fail to compile when the dependencies have changed.
2024-12-16 12:35:09 +01:00

6 lines
65 B
JSON

{
"dependencies": {
"@datadog/datadog-ci": "^2.45.1"
}
}