Skip to content

Commit

Permalink
#389 Set correct version of npm
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed Nov 10, 2021
1 parent 5259659 commit c46cb6f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ steps:
- name: run-tests
image: thehiveproject/drone-scala-node
commands:
- sbt -Duser.home=$PWD test:compile test
- |
. ~/.nvm/nvm.sh
nvm install 12.18
sbt -Duser.home=$PWD test:compile test
# Build packages
- name: build-packages
Expand All @@ -35,6 +38,7 @@ steps:
exit 1
fi
. ~/.nvm/nvm.sh
nvm install 12.18
[ -n "$PLUGIN_PGP_KEY" ] && gpg --batch --import - <<< $PLUGIN_PGP_KEY
sbt -Duser.home=$PWD Docker/stage Debian/packageBin Rpm/packageBin Universal/packageBin cortexWithDeps/Docker/stage
if ( echo $V | grep -qi rc )
Expand Down

0 comments on commit c46cb6f

Please sign in to comment.