Skip to content

Commit 8f736f8

Browse files
committed
Update to node 24 for sdk release script to try to make it work
1 parent ed33ed3 commit 8f736f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sdk-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
- name: Set up Node.js for npm publishing
9797
uses: actions/setup-node@v4
9898
with:
99-
node-version: 20
99+
node-version: 24
100100
registry-url: https://registry.npmjs.org/
101101

102102
- name: Publish to npm

0 commit comments

Comments
 (0)