We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee38552 commit 7a54125Copy full SHA for 7a54125
.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
@@ -40,7 +40,7 @@
40
"proc-log": "^2.0.0"
41
},
42
"devDependencies": {
43
- "@npmcli/template-oss": "^2.7.1",
+ "@npmcli/template-oss": "^2.8.1",
44
"cacache": "^15.3.0",
45
"nock": "^13.2.4",
46
"require-inject": "^1.4.4",
@@ -55,6 +55,6 @@
55
"node": "^12.13.0 || ^14.15.0 || >=16"
56
57
"templateOSS": {
58
- "version": "2.7.1"
+ "version": "2.8.1"
59
}
60
0 commit comments