Skip to content

Commit

Permalink
chore: postinstall for dependabot template-oss PR
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed Dec 4, 2023
1 parent 4ad194e commit 5cb0c9f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/actions/install-latest-npm/action.yml
Expand Up @@ -29,6 +29,7 @@ runs:
shell: bash
env:
NODE_VERSION: ${{ inputs.node }}
working-directory: ${{ runner.temp }}
run: |
MATCH=""
SPECS=("latest" "next-10" "next-9" "next-8" "next-7" "next-6")
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -33,7 +33,7 @@
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.21.0",
"version": "4.21.1",
"publish": "true"
},
"tap": {
Expand Down
15 changes: 10 additions & 5 deletions release-please-config.json
Expand Up @@ -5,27 +5,32 @@
{
"type": "feat",
"section": "Features",
"hidden": false
"hidden": false,
"collapse": false
},
{
"type": "fix",
"section": "Bug Fixes",
"hidden": false
"hidden": false,
"collapse": false
},
{
"type": "docs",
"section": "Documentation",
"hidden": false
"hidden": false,
"collapse": false
},
{
"type": "deps",
"section": "Dependencies",
"hidden": false
"hidden": false,
"collapse": false
},
{
"type": "chore",
"section": "Chores",
"hidden": false
"hidden": false,
"collapse": true
}
],
"packages": {
Expand Down

0 comments on commit 5cb0c9f

Please sign in to comment.