Skip to content

Commit

Permalink
chore(ci): use npm 20
Browse files Browse the repository at this point in the history
  • Loading branch information
IceTDrinker committed Feb 28, 2024
1 parent c98e700 commit b4095f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.wasm_tests
Original file line number Diff line number Diff line change
Expand Up @@ -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/

0 comments on commit b4095f9

Please sign in to comment.