Skip to content

Commit

Permalink
bump versions and dedupe
Browse files Browse the repository at this point in the history
  • Loading branch information
pepoviola committed Oct 10, 2024
1 parent 23f63c6 commit aebded4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
run: |
cd javascript
npm install
npm dedupe
npm run clean
npm run build
Expand All @@ -56,6 +57,7 @@ jobs:
run: |
cd javascript
npm install
npm dedupe
npm run clean
npm run build
Expand Down
6 changes: 3 additions & 3 deletions scripts/ci/docker/zombienet_injected.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/node:18-bullseye-slim
FROM docker.io/library/node:20-bullseye-slim

LABEL io.parity.image.authors="[email protected]" \
io.parity.image.vendor="Parity Technologies" \
Expand Down Expand Up @@ -62,11 +62,11 @@ RUN chown -R nonroot. /etc/zombie-net
USER nonroot

# install rust
ENV RUST_VERSION=1.75.0
ENV RUST_VERSION=1.80.0
RUN curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain $RUST_VERSION -y
ENV PATH $PATH:/home/nonroot/.cargo/bin
# install nextest
RUN cargo install cargo-nextest --locked
RUN cargo install cargo-nextest --locked

# Tini allows us to avoid several Docker edge cases, see https://github.com/krallin/tini.
ENTRYPOINT ["tini", "--", "bash"]
Expand Down

0 comments on commit aebded4

Please sign in to comment.