Skip to content

Commit 44ba40d

Browse files
committed
Retry
1 parent 4e3b547 commit 44ba40d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/typescript.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ jobs:
7272
- name: Setup Node.js
7373
uses: actions/setup-node@v4
7474
with:
75-
node-version: '22'
75+
node-version: '24'
76+
registry-url: 'https://registry.npmjs.org'
7677
- name: Publish to npm
7778
run: npm publish ./package/*.tgz --access public --provenance

0 commit comments

Comments
 (0)