Skip to content

Commit

Permalink
Fix node version for pkg-pr-new
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Aug 31, 2024
1 parent f2955ab commit 72c13a8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npx pkg-pr-new publish
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npx --yes pkg-pr-new publish

0 comments on commit 72c13a8

Please sign in to comment.