Skip to content

Commit

Permalink
fix: make sure to use the expected node version
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Bourianes committed May 6, 2024
1 parent ed7b761 commit 77b1a75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 ..
Expand Down

0 comments on commit 77b1a75

Please sign in to comment.