Skip to content

Commit 027f6ac

Browse files
build: fix publishing
1 parent ef1edfe commit 027f6ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: pnpm/action-setup@v3
1919
- uses: actions/setup-node@v4
2020
with:
21-
node-version: 24.3.0
21+
node-version: latest
2222
cache: pnpm
2323
registry-url: 'https://registry.npmjs.org/'
2424
- run: pnpm i

0 commit comments

Comments
 (0)