From c68f178272e906f9cd7e1da036e0a0f6d29bbeb7 Mon Sep 17 00:00:00 2001 From: Luke Karrys Date: Tue, 5 Dec 2023 10:41:35 -0700 Subject: [PATCH] chore: postinstall for dependabot template-oss PR --- .github/actions/install-latest-npm/action.yml | 1 + package.json | 2 +- release-please-config.json | 15 ++++++++++----- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/.github/actions/install-latest-npm/action.yml b/.github/actions/install-latest-npm/action.yml index f2e86c8..8339dbf 100644 --- a/.github/actions/install-latest-npm/action.yml +++ b/.github/actions/install-latest-npm/action.yml @@ -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") diff --git a/package.json b/package.json index 2966f8c..d630732 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,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" } } diff --git a/release-please-config.json b/release-please-config.json index bba7c6d..a14c88c 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -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": {