Skip to content

Commit 7931479

Browse files
committed
build: Use latest Node.js for release
1 parent 5821e0a commit 7931479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- uses: actions/setup-node@v4
2828
with:
29-
node-version: 22
29+
node-version: lts/*
3030
registry-url: "https://registry.npmjs.org"
3131
if: ${{ steps.release.outputs.release_created }}
3232

0 commit comments

Comments
 (0)