Skip to content

Commit 7bef9fb

Browse files
chore: enable provenance through npmrc (#155)
1 parent 1d2a6ac commit 7bef9fb

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ jobs:
4545
release:
4646
runs-on: ubuntu-latest
4747
needs: [test]
48-
env:
49-
NPM_CONFIG_PROVENANCE: true
5048
steps:
5149
- uses: actions/checkout@v3
5250
with:

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
save-exact=true
22
auto-install-peers=true
3+
provenance=true

0 commit comments

Comments
 (0)