This is an automated email from the git hooks/post-receive script. New commit to branch feature/init-perf-test in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit 529a3320e697dbec4055190b6e4e35091a83cdde Author: Jean Couteau <couteau@codelutin.com> Date: Thu Mar 26 09:54:04 2020 +0100 Use node + npm 12.16.1 binaries --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3dffae81..3c0a1068 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -73,8 +73,9 @@ release: - mkdir -p $OLD_DIR/target - cp pollen-rest-api/target/*.war $OLD_DIR/target/${CI_PROJECT_NAME}-$VERSION-api.war - echo "NodeJs release for $VERSION " - - sudo apt install -y nodejs - - curl -L https://npmjs.org/install.sh | sudo sh + - curl -sL https://nodejs.org/dist/v12.16.1/node-v12.16.1-linux-x64.tar.xz + - tar -xf node-v12.16.1-linux-x64.tar.xz + - PATH="$PATH:node-v12.16.1-linux-x64/bin" - cd pollen-ui-riot-js - npm install - npm version $VERSION -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.