build: use node v16 (#1054)

This commit is contained in:
Baptiste Augrain
2022-04-19 22:55:02 +02:00
committed by GitHub
parent 843ef66728
commit 966ae12699
5 changed files with 6 additions and 5 deletions

View File

@@ -11,7 +11,7 @@
## <a id="dependencies"></a>Dependencies
- node 14
- node 16
- yarn
- jq
- git
@@ -62,7 +62,7 @@ docker run -ti --volume=<local vscodium source>:/root/vscodium --name=vscodium-b
When inside the container, you can use the following commands to build:
```
curl -fsSL https://deb.nodesource.com/setup_14.x | sudo -E bash -
curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash -
sudo apt-get install -y nodejs desktop-file-utils
npm install -g yarn