Skip to content

Commit a454326

Browse files
committed
fix: Use Node.js 22 in regen workflow for grpc-tools compatibility
1 parent c1be2ea commit a454326

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/regen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
2828
with:
2929
cache: 'pnpm'
30-
node-version: "24"
30+
node-version: "22"
3131

3232
- name: Install dependencies
3333
run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)