Skip to content

Commit

Permalink
Fix specified pnpm versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hhvrc committed Jan 8, 2025
1 parent b0ef8c7 commit 41e58fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
version: 9
version: 9.12.3
run_install: false

- name: Install Node.js
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG NODE_VERSION=20
ARG PNPM_VERSION=9.12.2
ARG PNPM_VERSION=9.12.3
ARG ALPINE_VERSION=3.20
ARG GIT_HASH

Expand Down

0 comments on commit 41e58fb

Please sign in to comment.