Skip to content

Commit 7317b8c

Browse files
author
Dmitry
committedMar 13, 2025·
rultor: node 12 -> 18
1 parent 52d94e6 commit 7317b8c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
 

‎.rultor.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ docker:
77
assets:
88
docker-password: yegor256/home#assets/docker-password
99
install: |
10-
sudo apt-get update --yes --fix-missing && sudo apt-get install --yes libxml2-utils wget nodejs npm
10+
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
1115
sudo make install clean "--directory=$(pwd)"
1216
merge:
1317
script: |-

0 commit comments

Comments
 (0)
Please sign in to comment.