Skip to content

Commit

Permalink
fix: eslint ci
Browse files Browse the repository at this point in the history
  • Loading branch information
suyuan32 committed Sep 13, 2023
1 parent 23c590c commit 09b77c1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}

- name: Install pnpm
run: npm install -g pnpm

- name: Install ESLint
run: |
pnpm install eslint@8.10.0
Expand Down

0 comments on commit 09b77c1

Please sign in to comment.