add global install of ts-node to cache setup

This commit is contained in:
Alex Szabo 2025-01-09 10:50:06 +01:00
parent 30fdfa8f66
commit 034ba92f4b
No known key found for this signature in database
GPG key ID: B1BB848E3D81E90B

View file

@ -10,6 +10,8 @@ export FORCE_BOOTSTRAP_REMOTE_CACHE=true
yarn kbn bootstrap
npm_install_global ts-node
for version in $(cat versions.json | jq -r '.versions[].version'); do
node scripts/es snapshot --download-only --base-path "$ES_CACHE_DIR" --version "$version"
done