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 91b7411 commit 89a6de2Copy full SHA for 89a6de2
.github/workflows/tests.yml
@@ -18,7 +18,7 @@ jobs:
18
node-version: ${{ matrix.node-version }}
19
20
- name: EditorConfig Lint
21
- uses: docker://mstruebing/editorconfig-checker:v3.4.1
+ uses: docker://mstruebing/editorconfig-checker:v3.6.0
22
23
- name: Enable corepack
24
run: |
package.json
@@ -105,5 +105,5 @@
105
"engines": {
106
"node": ">= 18.12.0"
107
},
108
- "packageManager": "yarn@4.11.0"
+ "packageManager": "yarn@4.12.0"
109
}
0 commit comments