link nodejs and node
Some checks failed
/ build-test (pull_request) Failing after 5m14s

This commit is contained in:
Antoine Martin 2024-08-23 16:32:14 -04:00
parent 17f12cc751
commit 2566f68d23
Signed by: ayakael
GPG key ID: D62A472A4AA7D541

View file

@ -15,6 +15,8 @@ jobs:
run: | run: |
apt-get update apt-get update
apt-get install -y python git sudo nodejs patch npm apt-get install -y python git sudo nodejs patch npm
whereis nodejs
ln -s /usr/bin/nodejs /usr/bin/node
- name: Getting patches - name: Getting patches
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Cloning document server source - name: Cloning document server source