Skip to content

Commit 425919e

Browse files
committed
deps: @npmcli/template-oss@4.11.3
1 parent 1525a5e commit 425919e

File tree

18 files changed

+685
-29
lines changed

18 files changed

+685
-29
lines changed

.github/workflows/pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838
id: commit
3939
continue-on-error: true
4040
run: |
41-
npx --offline commitlint -V --from origin/${{ github.base_ref }} --to ${{ github.event.pull_request.head.sha }}
41+
npx --offline commitlint -V --from 'origin/${{ github.base_ref }}' --to ${{ github.event.pull_request.head.sha }}
4242
- name: Run Commitlint on PR Title
4343
if: steps.commit.outcome == 'failure'
4444
run: |
45-
echo ${{ github.event.pull_request.title }} | npx --offline commitlint -V
45+
echo '${{ github.event.pull_request.title }}' | npx --offline commitlint -V

mock-registry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"templateOSS": {
3636
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
37-
"version": "4.11.1"
37+
"version": "4.11.3"
3838
},
3939
"tap": {
4040
"no-coverage": true,

0 commit comments

Comments
 (0)