Skip to content

Commit 3194817

Browse files
committed
chore: downgrade Node version in release workflow from 25 to 24
1 parent 1549752 commit 3194817

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup Node
2727
uses: actions/setup-node@v4
2828
with:
29-
node-version: "25"
29+
node-version: "24"
3030
registry-url: "https://registry.npmjs.org"
3131

3232
- name: Setup Bun

0 commit comments

Comments
 (0)