Skip to content

Commit

Permalink
chore: use node 20 in cr workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
userquin committed Aug 17, 2024
1 parent 225c1bf commit 3802212
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: pnpm/[email protected]
- uses: actions/setup-node@v4
with:
node-version: 20
- run: pnpm install
- run: pnpm build
- run: pnpx pkg-pr-new publish --compact --no-template --pnpm

0 comments on commit 3802212

Please sign in to comment.