Skip to content

Commit 3eb5be9

Browse files
committed
fix: use Node 24 for npm 11.5.1+ (required for trusted publishers)
1 parent f015a68 commit 3eb5be9

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
@@ -16,7 +16,7 @@ jobs:
1616

1717
- uses: actions/setup-node@v4
1818
with:
19-
node-version: 22
19+
node-version: 24
2020
registry-url: https://registry.npmjs.org
2121

2222
- run: npm ci

0 commit comments

Comments
 (0)