Skip to content

Commit 4bd9f27

Browse files
v1rtlclaude
andcommitted
ci: use Node.js 22 in publish workflow
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent eadb4ff commit 4bd9f27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/setup-node@v4
1515
with:
1616
cache: "pnpm"
17-
node-version: 20
17+
node-version: 22
1818
registry-url: "https://registry.npmjs.org"
1919
- run: pnpm install
2020
- run: pnpm build

0 commit comments

Comments
 (0)