Skip to content

Commit 6539f38

Browse files
authored
chore: update Node.js version to 24.x in publish workflow
1 parent 918080b commit 6539f38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)