Skip to content

Commit

Permalink
chore: fix ci (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi authored Nov 17, 2024
1 parent 08c4640 commit f5aad32
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,17 +77,15 @@ jobs:
node-version: ${{ matrix.node }}
- name: Uninstall Packages
run: |+
npm r -D vuepress eslint-plugin-eslint-plugin eslint-plugin-prettier vue-eslint-parser eslint-plugin-vue
npm r -D vitepress vite-plugin-eslint4b
- name: Install Packages
run: npm install
- name: Install ESLint ${{ matrix.eslint }}
run: |+
npm install -D eslint@${{ matrix.eslint }}
npx rimraf node_modules
- name: Install "@typescript-eslint/parser" ${{ matrix.tseslint }}
run: |+
npm install -D @typescript-eslint/parser@${{ matrix.tseslint }}
npx rimraf node_modules
if: matrix.tseslint == 5 || matrix.tseslint == 7
- name: Install Packages
run: npm install
- name: Test
run: npm run -s test:mocha
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"@eslint-community/eslint-utils": "^4.1.2",
"@eslint-community/regexpp": "^4.12.1",
"eslint-compat-utils": "^0.6.0"
"eslint-compat-utils": "^0.6.3"
},
"devDependencies": {
"@typescript-eslint/parser": "^8.0.0",
Expand Down

0 comments on commit f5aad32

Please sign in to comment.