Skip to content

Commit cfab291

Browse files
authored
Merge pull request #2 from tigrisdata/Xe/fix-auto-release
ci(release): pin node to LTS to avoid undici break
2 parents 4fd6e5f + 1e2fee9 commit cfab291

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
2121
with:
22-
node-version: "latest" # does not matter for our needs
22+
node-version: "lts/*" # pin to LTS; Node 26's undici breaks octokit/semantic-release
2323

2424
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
2525
with:

0 commit comments

Comments
 (0)