Skip to content

Commit 09c69e2

Browse files
dependabot[bot]npm-cli-botnlf
authored
chore: bump @npmcli/template-oss from 4.13.0 to 4.14.1 (#555)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: npm CLI robot <[email protected]> Co-authored-by: nlf <[email protected]>
1 parent 5b02ad7 commit 09c69e2

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@ jobs:
322322
shell: bash
323323
permissions:
324324
deployments: write
325+
id-token: write
325326
steps:
326327
- name: Checkout
327328
uses: actions/checkout@v3
@@ -338,7 +339,7 @@ jobs:
338339
- name: Publish
339340
env:
340341
PUBLISH_TOKEN: ${{ secrets.PUBLISH_TOKEN }}
341-
run: npm publish
342+
run: npm publish --provenance
342343

343344
post-release-integration:
344345
needs: [ release, release-integration ]

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"devDependencies": {
1616
"@npmcli/eslint-config": "^4.0.0",
17-
"@npmcli/template-oss": "4.13.0",
17+
"@npmcli/template-oss": "4.14.1",
1818
"tap": "^16.0.0"
1919
},
2020
"license": "ISC",
@@ -53,7 +53,7 @@
5353
"author": "GitHub Inc.",
5454
"templateOSS": {
5555
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
56-
"version": "4.13.0",
56+
"version": "4.14.1",
5757
"engines": ">=10",
5858
"ciVersions": [
5959
"10.0.0",

0 commit comments

Comments
 (0)