Merge branch 'use-new-nodejs' into 'staging'

push

See merge request PhilippHofer/rot!13
This commit is contained in:
PhilippHofer 2023-07-30 17:37:44 +00:00
commit e84ba278ff

View File

@ -5,7 +5,7 @@ variables:
before_script:
- rustup target add $CARGO_TARGET
- 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
- apt-get update -qq && apt-get install -y -qq sshpass musl musl-tools sqlite3 curl gnupg && curl -sL https://deb.nodesource.com/setup_16.x | bash - && apt-get install -y nodejs
- ./test_db.sh
build: