use new nodejs

This commit is contained in:
philipp 2023-07-30 19:35:10 +02:00
parent b51529c3db
commit 3e20e9961c

View File

@ -5,7 +5,8 @@ variables:
before_script: before_script:
- rustup target add $CARGO_TARGET - 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: build:
stage: build stage: build