From 3e20e9961c1ebc970dc0e08bf4eff27f3676eb7e Mon Sep 17 00:00:00 2001 From: philipp Date: Sun, 30 Jul 2023 19:35:10 +0200 Subject: [PATCH] use new nodejs --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 464d0ec..3b15acb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,8 @@ variables: before_script: - rustup target add $CARGO_TARGET - - apt-get update -qq && apt-get install -y -qq sshpass musl musl-tools sqlite3 npm && ./test_db.sh + - apt-get update -qq && apt-get install -y -qq sshpass musl musl-tools sqlite3 curl gnupg && curl -sL https://deb.nodesource.com/setup_14.x | bash - && apt-get install -y nodejs + - ./test_db.sh build: stage: build