We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1394a3 commit bb97f21Copy full SHA for bb97f21
.github/workflows/publish.yml
@@ -17,12 +17,10 @@ jobs:
17
18
- uses: actions/setup-node@v4
19
with:
20
- node-version: 20
+ node-version: 22
21
registry-url: https://registry.npmjs.org
22
23
- run: npm ci
24
- run: npm run build
25
- run: npm run test
26
- run: npm publish --provenance --access public
27
- env:
28
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments