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 2929fa5 commit d696067
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4.0.0
- uses: actions/setup-node@v4
with:
node-version: 20
registry-url: https://registry.npmjs.org/
cache: "pnpm"
- run: pnpm install
- run: pnpm build
- run: pnpx pkg-pr-new publish --compact --no-template --pnpm

0 comments on commit d696067

Please sign in to comment.