Commit 39aab993 authored by OptimismBot's avatar OptimismBot Committed by GitHub

Merge pull request #5790 from ethereum-optimism/sc/ci-npm-version

fix(ci): use npm@8.11.0
parents a6800972 c63e26a4
...@@ -49,6 +49,7 @@ RUN apt-get update && \ ...@@ -49,6 +49,7 @@ RUN apt-get update && \
ln -s /usr/local/go/bin/gofmt /usr/local/bin/gofmt && \ ln -s /usr/local/go/bin/gofmt /usr/local/bin/gofmt && \
bash nodesource_setup.sh && \ bash nodesource_setup.sh && \
apt-get install -y nodejs && \ apt-get install -y nodejs && \
npm i -g npm@8.11.0 \
npm i -g yarn && \ npm i -g yarn && \
npm i -g depcheck && \ npm i -g depcheck && \
pip install slither-analyzer==0.9.1 && \ pip install slither-analyzer==0.9.1 && \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment