We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 764f5a4 commit 767316bCopy full SHA for 767316b
.github/workflows/publish.yaml
@@ -25,6 +25,6 @@ jobs:
25
bun tag.ts
26
- uses: actions/setup-node@v4
27
with:
28
- node-version: '20.x'
+ node-version: '24.x'
29
registry-url: 'https://registry.npmjs.org'
30
- run: npm publish --access public --tag ${{ steps.build.outputs.tag }}
0 commit comments