Skip to content

Commit 767316b

Browse files
committed
use later node for action
1 parent 764f5a4 commit 767316b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
bun tag.ts
2626
- uses: actions/setup-node@v4
2727
with:
28-
node-version: '20.x'
28+
node-version: '24.x'
2929
registry-url: 'https://registry.npmjs.org'
3030
- run: npm publish --access public --tag ${{ steps.build.outputs.tag }}

0 commit comments

Comments
 (0)