Skip to content

Commit

Permalink
just install normally
Browse files Browse the repository at this point in the history
  • Loading branch information
scttcper committed Feb 23, 2024
1 parent aa4074d commit a36c7ac
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,25 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- uses: pnpm/action-setup@v3
with:
version: 8

- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'
- uses: pnpm/action-setup@v3
with:
version: 8
run_install: true

- name: install
run: pnpm install

- name: lint
run: pnpm run lint

- name: test
run: pnpm run test:ci

- name: coverage
uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit a36c7ac

Please sign in to comment.