Skip to content

Commit 1e6e660

Browse files
committed
Add --provenance
1 parent d0ac67f commit 1e6e660

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2
3030
with:
31-
node-version: 14
31+
node-version: 20
3232
registry-url: https://registry.npmjs.org/
3333

3434
- name: Install dependencies
@@ -43,7 +43,7 @@ jobs:
4343
run: npm test
4444

4545
- name: Publish package
46-
run: npm publish --access public
46+
run: npm publish --provenance --access public
4747

4848
- name: Update deployment status (success)
4949
if: success()

0 commit comments

Comments
 (0)