Skip to content

Commit 2c96be5

Browse files
authored
Merge pull request OmniSharp#1067 from OmniSharp/renovate/lint-staged-15.x
Update dependency lint-staged to v15
2 parents a381bd3 + a66a86a commit 2c96be5

File tree

3 files changed

+47
-43
lines changed

3 files changed

+47
-43
lines changed

.github/workflows/ci-ignore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
build:
7373
strategy:
7474
matrix:
75-
os: [windows-latest, ubuntu-latest]
75+
os: [macos-latest, windows-latest, ubuntu-latest]
7676
runs-on: ${{ matrix.os }}
7777
steps:
7878
- name: N/A

package-lock.json

Lines changed: 45 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"devDependencies": {
44
"@prettier/plugin-xml": "3.2.1",
55
"husky": "8.0.3",
6-
"lint-staged": "14.0.1",
6+
"lint-staged": "15.0.2",
77
"prettier": "3.0.3"
88
},
99
"scripts": {

0 commit comments

Comments
 (0)