Skip to content

Commit

Permalink
Update Node.js in workflows and fix release-please config (#225)
Browse files Browse the repository at this point in the history
* chore: use Node.js 20 for node-gyp integration tests

* chore: fix release-please config

Refs: https://github.com/google-github-actions/release-please-action/releases/tag/v4.0.0
  • Loading branch information
targos committed Mar 8, 2024
1 parent 876ccaf commit 5f67810
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node-gyp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
path: node-gyp
- uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: 20.x
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,4 @@ jobs:
- uses: google-github-actions/release-please-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: python
package-name: gyp-next
bump-minor-pre-major: true
config-file: release-please-config.json
5 changes: 5 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"release-type": "python",
"package-name": "gyp-next",
"bump-minor-pre-major": true
}

0 comments on commit 5f67810

Please sign in to comment.