Skip to content

Commit 9cc02d1

Browse files
authored
fix: github action fix (#3172)
1 parent c835a1a commit 9cc02d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publication.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v4
1919
- uses: actions/setup-node@v4
2020
with:
21-
node-version: 22
21+
node-version: 24
2222
registry-url: https://registry.npmjs.org
2323
- run: npm ci
2424
- run: npm publish

0 commit comments

Comments
 (0)