1 parent 8c40056 commit ddcabd8Copy full SHA for ddcabd8
3 files changed
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
node-version: ${{ matrix.node-version }}
23
24
- name: Install dev dependencies
25
- run: npm install --save-dev eslint prettier
+ run: npm install --save-dev eslint@9 prettier
26
27
- name: Lint
28
run: npm run lint
0 commit comments