We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbf1225 commit 17d45f0Copy full SHA for 17d45f0
.github/workflows/post-dependabot.yml
@@ -28,4 +28,4 @@ jobs:
28
npm install
29
git add .
30
git commit -am "chore: postinstall for dependabot template-oss PR"
31
- git push origin ${{github.ref_name}}
+ git push
package.json
@@ -25,7 +25,7 @@
25
"coverage-map": "map.js"
26
},
27
"devDependencies": {
- "@npmcli/template-oss": "^2.7.1",
+ "@npmcli/template-oss": "^2.8.1",
"mutate-fs": "^2.1.1",
"npm-registry-mock": "^1.3.1",
"tap": "^15.1.6"
@@ -67,7 +67,7 @@
67
68
"repository": "git@github.com:npm/pacote",
69
"templateOSS": {
70
- "version": "2.7.1",
+ "version": "2.8.1",
71
"windowsCI": false
72
}
73
0 commit comments