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 b20ff75..8b9894d 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "coverage-map": "map.js" }, "devDependencies": { - "@npmcli/template-oss": "^2.7.1", + "@npmcli/template-oss": "^2.8.1", "tap": "^15.1.6" }, "dependencies": { @@ -47,6 +47,6 @@ "node": "^12.13.0 || ^14.15.0 || >=16" }, "templateOSS": { - "version": "2.7.1" + "version": "2.8.1" } }