Skip to content

Commit 81612f5

Browse files
authored
chore: update Node.js version to 24.x in publish workflow (#1682)
1 parent 918080b commit 81612f5

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
@@ -18,7 +18,7 @@ jobs:
1818
version: 10
1919
- uses: actions/setup-node@v6
2020
with:
21-
node-version: "22.x"
21+
node-version: "24.x"
2222
registry-url: "https://registry.npmjs.org"
2323
- run: pnpm install
2424
- run: pnpm publish --provenance --access public --no-git-checks

0 commit comments

Comments
 (0)