chore(ci): use npm 20

This commit is contained in:
Arthur Meyre
2024-02-26 19:17:43 +01:00
parent c98e7001cd
commit b4095f9c9f

View File

@@ -34,6 +34,6 @@ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > install-rustup.s
chmod +x install-node.sh && \
./install-node.sh && \
. "$HOME/.nvm/nvm.sh" && \
bash -i -c 'nvm install node && nvm use node'
bash -i -c 'nvm install 20 && nvm use 20'
WORKDIR /tfhe-wasm-tests/tfhe-rs/