We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93ad507 commit 6e1cd63Copy full SHA for 6e1cd63
1 file changed
.github/workflows/publish.yml
@@ -56,7 +56,7 @@ jobs:
56
- name: Setup Node (npmjs.com)
57
uses: actions/setup-node@v4
58
with:
59
- node-version: 20
+ node-version: 22
60
registry-url: https://registry.npmjs.org
61
62
- name: Install dependencies
@@ -66,12 +66,12 @@ jobs:
66
run: npm run build
67
68
- name: Publish to npmjs.com
69
- run: npm publish --tag ${{ steps.distTag.outputs.tag }} --provenance --access public
+ run: npm publish --tag ${{ steps.distTag.outputs.tag }} --access public
70
71
- name: Setup Node (GitHub Packages)
72
73
74
75
registry-url: https://npm.pkg.github.com
76
77
- name: Publish to GitHub Packages
0 commit comments