We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52d94e6 commit 7317b8cCopy full SHA for 7317b8c
.rultor.yml
@@ -7,7 +7,11 @@ docker:
7
assets:
8
docker-password: yegor256/home#assets/docker-password
9
install: |
10
- sudo apt-get update --yes --fix-missing && sudo apt-get install --yes libxml2-utils wget nodejs npm
+ sudo apt-get update --yes --fix-missing && sudo apt-get install --yes libxml2-utils wget curl
11
+ curl -fsSL https://deb.nodesource.com/setup_18.x -o nodesource_setup.sh
12
+ sudo -E bash nodesource_setup.sh
13
+ sudo apt-get install -y nodejs npm
14
+ rm nodesource_setup.sh
15
sudo make install clean "--directory=$(pwd)"
16
merge:
17
script: |-
0 commit comments