Skip to content

Commit 474a3c9

Browse files
committed
Add npm trusted publishers
1 parent f93c6cd commit 474a3c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v6
1919
- uses: actions/setup-node@v6
2020
with:
21-
node-version: 22.x
21+
node-version: 24.x
2222
cache: 'npm'
2323
registry-url: 'https://registry.npmjs.org'
2424
- name: Install modules

0 commit comments

Comments
 (0)