Skip to content

Commit

Permalink
Revert "Reapply "fix(ci): runs release & prelease on node 22.4.x inst…
Browse files Browse the repository at this point in the history
…ead of 22.x to circumvent issue with 22.5 + npm 10.8.2""

This reverts commit 0bd2390.
  • Loading branch information
sverweij committed Aug 17, 2024
1 parent 818157d commit 860ea1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
# node-version: 22.x
# there's an issue with npm ci + npm 10.8.2 + node 22.5.0, so
# temporarily pinning to 22.4.x - see https://github.com/npm/cli/issues/7657
node-version: 22.4.x
node-version: 22.x
registry-url: https://registry.npmjs.org
- run: npm clean-install
- run: npm publish --provenance --access public --tag beta
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
# node-version: 22.x
# there's an issue with npm ci + npm 10.8.2 + node 22.5.0, so
# temporarily pinning to 22.4.x - see https://github.com/npm/cli/issues/7657
node-version: 22.4.x
node-version: 22.x
registry-url: https://registry.npmjs.org
- run: npm clean-install
- run: npm publish --provenance --access public
Expand Down

0 comments on commit 860ea1a

Please sign in to comment.