Skip to content

Commit 5f67810

Browse files
authored
Update Node.js in workflows and fix release-please config (#225)
* 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
1 parent 876ccaf commit 5f67810

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

.github/workflows/node-gyp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
path: node-gyp
2727
- uses: actions/setup-node@v4
2828
with:
29-
node-version: 18.x
29+
node-version: 20.x
3030
- uses: actions/setup-python@v5
3131
with:
3232
python-version: ${{ matrix.python }}

.github/workflows/release-please.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,4 @@ jobs:
1111
- uses: google-github-actions/release-please-action@v4
1212
with:
1313
token: ${{ secrets.GITHUB_TOKEN }}
14-
release-type: python
15-
package-name: gyp-next
16-
bump-minor-pre-major: true
14+
config-file: release-please-config.json

release-please-config.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"release-type": "python",
3+
"package-name": "gyp-next",
4+
"bump-minor-pre-major": true
5+
}

0 commit comments

Comments
 (0)