add npm
Some checks failed
/ build-test (pull_request) Failing after 1m15s

This commit is contained in:
Antoine Martin 2024-08-23 16:30:29 -04:00
parent 649398c5e7
commit 17f12cc751
Signed by: ayakael
GPG key ID: D62A472A4AA7D541

View file

@ -14,7 +14,7 @@ jobs:
- name: Environment setup - name: Environment setup
run: | run: |
apt-get update apt-get update
apt-get install -y python git sudo nodejs patch node apt-get install -y python git sudo nodejs patch npm
- name: Getting patches - name: Getting patches
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Cloning document server source - name: Cloning document server source