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 bf8ca7f commit fa82f5eCopy full SHA for fa82f5e
.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
@@ -34,7 +34,7 @@
34
"signal-exit": "^3.0.7"
35
},
36
"devDependencies": {
37
- "@npmcli/template-oss": "^2.7.1",
+ "@npmcli/template-oss": "^2.8.1",
38
"mkdirp": "^1.0.4",
39
"rimraf": "^3.0.2",
40
"tap": "^15.1.6"
@@ -48,6 +48,6 @@
48
49
"templateOSS": {
50
"windowsCI": false,
51
- "version": "2.7.1"
+ "version": "2.8.1"
52
}
53
0 commit comments