Skip to content

Commit daed0ea

Browse files
committed
fix(release): update PNPM action in release workflow from 'action-step' to 'action-setup'
1 parent c1f60a0 commit daed0ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
node-version: '22.18.0'
2323

2424
- name: Setup PNPM
25-
uses: pnpm/action-step@v4
25+
uses: pnpm/action-setup@v4
2626

2727
- name: Install Dependencies
2828
run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)