We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0fc953 commit f19fe53Copy full SHA for f19fe53
1 file changed
.github/workflows/release-please.yml
@@ -9,14 +9,12 @@ permissions:
9
contents: write
10
pull-requests: write
11
12
-env:
13
- FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
14
-
15
jobs:
16
release-please:
17
runs-on: ubuntu-latest
18
steps:
19
- - uses: googleapis/release-please-action@v4
+ # Pinned Node.js 24-capable upstream SHA until the next tagged v4 release targets node24.
+ - uses: googleapis/release-please-action@45996ed1f6d02564a971a2fa1b5860e934307cf7
20
with:
21
token: ${{ secrets.GITHUB_TOKEN }}
22
config-file: release-please-config.json
0 commit comments