Skip to content

Commit 66cd2ab

Browse files
committed
fix(release): updating node version
1 parent 83c2553 commit 66cd2ab

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
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup Node
2828
uses: actions/setup-node@v4
2929
with:
30-
node-version: 18
30+
node-version: '24.x'
3131
cache: pnpm
3232
registry-url: 'https://registry.npmjs.org'
3333

0 commit comments

Comments
 (0)