We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 587d58f commit e22cd58Copy full SHA for e22cd58
1 file changed
.github/workflows/publish.yml
@@ -14,11 +14,9 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
- uses: actions/checkout@v6
17
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v6
18
with:
19
- node-version: '22'
+ node-version: '24'
20
registry-url: 'https://registry.npmjs.org'
21
- run: npm test
22
- - run: npm publish --provenance --access public
23
- env:
24
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+ - run: npm publish --tag alpha
0 commit comments