Skip to content

Commit d06350b

Browse files
dependabot[bot]npm-cli-botnlf
authored
chore: bump @npmcli/template-oss from 4.13.0 to 4.14.1 (#82)
* 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 152e2bc commit d06350b

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
@@ -51,15 +51,15 @@
5151
},
5252
"devDependencies": {
5353
"@npmcli/eslint-config": "^4.0.0",
54-
"@npmcli/template-oss": "4.13.0",
54+
"@npmcli/template-oss": "4.14.1",
5555
"tap": "^16.0.1"
5656
},
5757
"engines": {
5858
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
5959
},
6060
"templateOSS": {
6161
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
62-
"version": "4.13.0",
62+
"version": "4.14.1",
6363
"publish": "true"
6464
}
6565
}

0 commit comments

Comments
 (0)