Skip to content

Commit ddcabd8

Browse files
committed
ci(package): update eslint and prettier versions
1 parent 8c40056 commit ddcabd8

File tree

3 files changed

+285
-104
lines changed

3 files changed

+285
-104
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
node-version: ${{ matrix.node-version }}
2323

2424
- name: Install dev dependencies
25-
run: npm install --save-dev eslint prettier
25+
run: npm install --save-dev eslint@9 prettier
2626

2727
- name: Lint
2828
run: npm run lint

0 commit comments

Comments
 (0)