Skip to content

Commit

Permalink
deps: @npmcli/template-oss@4.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzy committed Feb 1, 2023
1 parent 1525a5e commit 425919e
Show file tree
Hide file tree
Showing 18 changed files with 685 additions and 29 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yml
Expand Up @@ -38,8 +38,8 @@ jobs:
id: commit
continue-on-error: true
run: |
npx --offline commitlint -V --from origin/${{ github.base_ref }} --to ${{ github.event.pull_request.head.sha }}
npx --offline commitlint -V --from 'origin/${{ github.base_ref }}' --to ${{ github.event.pull_request.head.sha }}
- name: Run Commitlint on PR Title
if: steps.commit.outcome == 'failure'
run: |
echo ${{ github.event.pull_request.title }} | npx --offline commitlint -V
echo '${{ github.event.pull_request.title }}' | npx --offline commitlint -V
2 changes: 1 addition & 1 deletion mock-registry/package.json
Expand Up @@ -34,7 +34,7 @@
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.11.1"
"version": "4.11.3"
},
"tap": {
"no-coverage": true,
Expand Down

0 comments on commit 425919e

Please sign in to comment.