diff --git a/.github/workflows/post-dependabot.yml b/.github/workflows/post-dependabot.yml index 11a5dac..aa9e8d7 100644 --- a/.github/workflows/post-dependabot.yml +++ b/.github/workflows/post-dependabot.yml @@ -28,4 +28,4 @@ jobs: npm install git add . git commit -am "chore: postinstall for dependabot template-oss PR" - git push origin ${{github.ref_name}} + git push diff --git a/package.json b/package.json index 9d6a44f..84b6591 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "coverage-map": "map.js" }, "devDependencies": { - "@npmcli/template-oss": "^2.7.1", + "@npmcli/template-oss": "^2.8.1", "minipass": "^3.1.6", "require-inject": "^1.4.4", "tap": "^15.1.6" @@ -46,6 +46,6 @@ "node": "^12.13.0 || ^14.15.0 || >=16" }, "templateOSS": { - "version": "2.7.1" + "version": "2.8.1" } }