Skip to content

Commit 1d691e3

Browse files
committed
fix: update pnpm version to 10.23.0 in release workflow
1 parent 3912c3c commit 1d691e3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Setup pnpm
2929
uses: pnpm/action-setup@v4
3030
with:
31-
version: 10
31+
version: 10.23.0
3232

3333
- name: Setup Node.js ${{ matrix.node-version }}
3434
uses: actions/setup-node@v4
@@ -77,11 +77,11 @@ jobs:
7777
run: |
7878
# Use platform-specific build commands
7979
if [[ "$RUNNER_OS" == "Linux" ]]; then
80-
npm run build:ci:linux
80+
pnpm run build:ci:linux
8181
elif [[ "$RUNNER_OS" == "Windows" ]]; then
82-
npm run build:ci:win
82+
pnpm run build:ci:win
8383
elif [[ "$RUNNER_OS" == "macOS" ]]; then
84-
npm run build:ci:mac
84+
pnpm run build:ci:mac
8585
fi
8686
8787
- name: Upload Build Artifacts

0 commit comments

Comments
 (0)