We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0ac67f commit 1e6e660Copy full SHA for 1e6e660
1 file changed
.github/workflows/publish.yml
@@ -28,7 +28,7 @@ jobs:
28
29
- uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2
30
with:
31
- node-version: 14
+ node-version: 20
32
registry-url: https://registry.npmjs.org/
33
34
- name: Install dependencies
@@ -43,7 +43,7 @@ jobs:
43
run: npm test
44
45
- name: Publish package
46
- run: npm publish --access public
+ run: npm publish --provenance --access public
47
48
- name: Update deployment status (success)
49
if: success()
0 commit comments