Skip to content

Commit 8759f88

Browse files
committed
chore: update release workflow to include pnpm setup and installation steps
1 parent a9eadbb commit 8759f88

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,15 @@ jobs:
5555
steps:
5656
- uses: actions/checkout@v4
5757

58+
- uses: pnpm/action-setup@v4
59+
60+
- uses: actions/setup-node@v4
61+
with:
62+
node-version: 20
63+
cache: pnpm
64+
65+
- run: pnpm install --frozen-lockfile
66+
5867
- name: Publish codemod
5968
uses: codemod/publish-action@v1
6069
with:

0 commit comments

Comments
 (0)