Commit 33c90409 authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

Merge pull request #7826 from ethereum-optimism/feat/ci-builder-node-20

ci-builder: use node version 20
parents 6776ddd5 2f51283b
...@@ -78,7 +78,7 @@ COPY --from=echidna-test /usr/local/bin/echidna-test /usr/local/bin/echidna-test ...@@ -78,7 +78,7 @@ COPY --from=echidna-test /usr/local/bin/echidna-test /usr/local/bin/echidna-test
COPY .nvmrc .nvmrc COPY .nvmrc .nvmrc
ENV NODE_MAJOR=18 ENV NODE_MAJOR=20
ENV SLITHER_VERSION=0.10.0 ENV SLITHER_VERSION=0.10.0
# note: python3 package in apt is python 3.9, while base image already has python 3.11 # note: python3 package in apt is python 3.9, while base image already has python 3.11
......
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