Skip to content

Commit

Permalink
update docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
sm47916 committed Jan 21, 2024
1 parent eedcdf6 commit f6b5603
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Docker-cljs-web3-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
nodejs: ["12.22.12", "18.17.0", "18.17.1","18.18.0", "20.7.0"]
nodejs: ["12.22.12", "18.19.0", "18.17.1","18.18.0", "20.7.0"]
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions cljs-web3-ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ WORKDIR /home/circleci/project
LABEL com.circleci.preserve-entrypoint=true

ENV PATH /home/circleci/.yarn/bin:$PATH
ARG NODE_VERSION=12.22.12
ENV YARN_VERSION 1.22.19
ARG NODE_VERSION=18.19.0
ENV YARN_VERSION=1.22.21
ENV DISPLAY=":99"

USER root
Expand Down

0 comments on commit f6b5603

Please sign in to comment.