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 6c4b792 commit b80e848Copy full SHA for b80e848
.github/workflows/ci.yml
@@ -44,7 +44,7 @@ jobs:
44
- name: Install
45
run: pnpm install
46
47
- - name: Install ESLint 8
+ - name: Install ESLint ${{ matrix.node-version }}
48
if: ${{ matrix.eslint != 9 }}
49
run: pnpm install eslint@${{ matrix.eslint }} eslint-plugin-svelte@2 svelte@3 eslint-mdx@2 eslint-plugin-mdx@2 --save-dev
50
0 commit comments