Skip to content

Commit

Permalink
Revert pkg-pr-new to npx, since it breaks older Node versions when it…
Browse files Browse the repository at this point in the history
…'s in package.json.

Signed-off-by: Daniel Lo Nigro <[email protected]>
  • Loading branch information
Daniel15 committed Sep 17, 2024
1 parent 2386494 commit b4fedcd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 311 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Continuous Releases
on:
push:
pull_request:

jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -18,4 +18,4 @@ jobs:
- name: Install dependencies
run: yarn --frozen-lockfile
- name: Preview
run: yarn pkg-pr-new publish --compact
run: npx pkg-pr-new@0.0.24 publish --compact
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@
"@babel/eslint-parser": "^7.24.7",
"eslint": "8.56.0",
"jest": "^29.7.0",
"jsdoc": "^4.0.3",
"pkg-pr-new": "^0.0.24"
"jsdoc": "^4.0.3"
},
"jest": {
"roots": [
Expand Down
Loading

0 comments on commit b4fedcd

Please sign in to comment.