Skip to content

Commit f5aad32

Browse files
authored
chore: fix ci (#217)
1 parent 08c4640 commit f5aad32

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,17 +77,15 @@ jobs:
7777
node-version: ${{ matrix.node }}
7878
- name: Uninstall Packages
7979
run: |+
80-
npm r -D vuepress eslint-plugin-eslint-plugin eslint-plugin-prettier vue-eslint-parser eslint-plugin-vue
80+
npm r -D vitepress vite-plugin-eslint4b
81+
- name: Install Packages
82+
run: npm install
8183
- name: Install ESLint ${{ matrix.eslint }}
8284
run: |+
8385
npm install -D eslint@${{ matrix.eslint }}
84-
npx rimraf node_modules
8586
- name: Install "@typescript-eslint/parser" ${{ matrix.tseslint }}
8687
run: |+
8788
npm install -D @typescript-eslint/parser@${{ matrix.tseslint }}
88-
npx rimraf node_modules
8989
if: matrix.tseslint == 5 || matrix.tseslint == 7
90-
- name: Install Packages
91-
run: npm install
9290
- name: Test
9391
run: npm run -s test:mocha

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
"@eslint-community/eslint-utils": "^4.1.2",
1717
"@eslint-community/regexpp": "^4.12.1",
18-
"eslint-compat-utils": "^0.6.0"
18+
"eslint-compat-utils": "^0.6.3"
1919
},
2020
"devDependencies": {
2121
"@typescript-eslint/parser": "^8.0.0",

0 commit comments

Comments
 (0)