Skip to content

Commit 5caeb24

Browse files
dependabot[bot]npm-cli-botnlf
authored
chore: bump @npmcli/template-oss from 4.13.0 to 4.14.1 (npm#200)
* chore: bump @npmcli/template-oss from 4.13.0 to 4.14.1 Bumps [@npmcli/template-oss](https://github.com/npm/template-oss) from 4.13.0 to 4.14.1. - [Release notes](https://github.com/npm/template-oss/releases) - [Changelog](https://github.com/npm/template-oss/blob/main/CHANGELOG.md) - [Commits](npm/template-oss@v4.13.0...v4.14.1) --- updated-dependencies: - dependency-name: "@npmcli/template-oss" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chore: postinstall for dependabot template-oss PR * chore: postinstall for dependabot template-oss PR --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: npm CLI robot <npm-cli+bot@github.com> Co-authored-by: nlf <quitlahok@gmail.com>
1 parent 26c6bde commit 5caeb24

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"devDependencies": {
3636
"@npmcli/eslint-config": "^4.0.0",
37-
"@npmcli/template-oss": "4.13.0",
37+
"@npmcli/template-oss": "4.14.1",
3838
"tap": "^16.0.1"
3939
},
4040
"files": [
@@ -54,7 +54,7 @@
5454
},
5555
"templateOSS": {
5656
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
57-
"version": "4.13.0",
57+
"version": "4.14.1",
5858
"publish": "true"
5959
}
6060
}

0 commit comments

Comments
 (0)