Skip to content

Commit

Permalink
fix: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
cc-hearts committed Feb 3, 2024
1 parent 0e13465 commit ad51415
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
node-version: 16.x
cache: pnpm

- name: Install Deps
uses: pnpm i

- name: Lint
run: pnpm eslint

Expand All @@ -48,5 +51,8 @@ jobs:
node-version: ${{ matrix.node }}
cache: pnpm

- name: Install Deps
uses: pnpm i

- name: Test
run: pnpm test

0 comments on commit ad51415

Please sign in to comment.