Skip to content

Commit

Permalink
Fix node version andrepo url
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Aug 31, 2024
1 parent f2955ab commit a2f61db
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"version": "6.1.3",
"repository": {
"type": "git",
"url": "git://github.com/webpro/reveal-md.git"
"url": "https://github.com/webpro/reveal-md.git"
},
"homepage": "https://github.com/webpro/reveal-md#readme",
"bugs": "https://github.com/webpro/reveal-md/issues",
Expand Down

0 comments on commit a2f61db

Please sign in to comment.