From 77b1a75925b6aee0a2b7080d2d524cd474088b20 Mon Sep 17 00:00:00 2001 From: Robin Bourianes Date: Mon, 6 May 2024 12:21:17 +0200 Subject: [PATCH] fix: make sure to use the expected node version --- scripts/run_tests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/run_tests.sh b/scripts/run_tests.sh index 058099d..3e045e9 100755 --- a/scripts/run_tests.sh +++ b/scripts/run_tests.sh @@ -43,6 +43,7 @@ done . "$WORKSPACE_DIR/development/workspaces/jobs/jobs.sh" weacast-loaders # Required by tests +use_node "$NODE_VER" GTIFF2JSON_TAG=$(node -p -e "require('./package.json').peerDependencies['@weacast/gtiff2json']") GRIB2JSON_TAG=$(node -p -e "require('./package.json').peerDependencies['@weacast/grib2json']") git clone https://github.com/kalisio/krawler.git && cd krawler && yarn install && yarn link && cd ..