Skip to content

Commit 04d210d

Browse files
Bump node-version to 24.x in release workflow (#198)
# Summary Using 24.x (the upcoming LTS) instead of 'latest' which resolved to Node 26 and broke npm publish due to a missing sigstore module. --------- Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 6649b33 commit 04d210d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Set up Node.js
3636
uses: actions/setup-node@v6
3737
with:
38-
node-version: 'latest'
38+
node-version: '24.x'
3939
registry-url: 'https://registry.npmjs.org'
4040

4141
- name: Ensure latest npm (>= 11.5.1 for OIDC)

0 commit comments

Comments
 (0)