Skip to content

Commit

Permalink
build: bump cli and version
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Feb 12, 2025
1 parent 8f38e8d commit 51b90cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ LABEL com.github.actions.color="purple"
RUN apt update && apt-get install --no-install-recommends -y jq openjdk-11-jre && rm -rf /var/lib/apt/lists/*;

RUN npm i -g npm@10.8.2 && npm cache clean --force;
RUN npm i -g @junobuild/cli@0.1.1 && npm cache clean --force;
RUN npm i -g @junobuild/cli@0.1.3 && npm cache clean --force;

RUN npm i -g pnpm@latest-10 && npm cache clean --force;

Expand Down
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ outputs:

runs:
using: 'docker'
image: 'docker://junobuild/action:0.0.37'
image: 'docker://junobuild/action:0.0.38'

0 comments on commit 51b90cf

Please sign in to comment.