Skip to content

Commit 975016e

Browse files
dependabot[bot]npm-cli-botnlf
authored
chore: bump @npmcli/template-oss from 4.13.0 to 4.14.1 (#182)
* 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] <[email protected]> * chore: postinstall for dependabot template-oss PR * chore: postinstall for dependabot template-oss PR --------- 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 a2d5880 commit 975016e

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
@@ -41,7 +41,7 @@
4141
},
4242
"devDependencies": {
4343
"@npmcli/eslint-config": "^4.0.0",
44-
"@npmcli/template-oss": "4.13.0",
44+
"@npmcli/template-oss": "4.14.1",
4545
"cacache": "^17.0.0",
4646
"nock": "^13.2.4",
4747
"require-inject": "^1.4.4",
@@ -61,7 +61,7 @@
6161
},
6262
"templateOSS": {
6363
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
64-
"version": "4.13.0",
64+
"version": "4.14.1",
6565
"publish": "true"
6666
}
6767
}

0 commit comments

Comments
 (0)