We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3941076 commit b6498e7Copy full SHA for b6498e7
.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
@@ -16,7 +16,7 @@
16
"validate-npm-package-name": "^3.0.0"
17
},
18
"devDependencies": {
19
- "@npmcli/template-oss": "^2.7.1",
+ "@npmcli/template-oss": "^2.8.1",
20
"tap": "^15.1.6"
21
22
"scripts": {
@@ -50,6 +50,6 @@
50
"branches": 97
51
52
"templateOSS": {
53
- "version": "2.7.1"
+ "version": "2.8.1"
54
}
55
0 commit comments