Skip to content

Commit

Permalink
🔧 Kreedzt - update pnpm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Kreedzt committed Dec 6, 2023
1 parent 8c886d3 commit 947f6c6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,17 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 8.11.0
- name: Setup Nodejs
uses: actions/setup-node@v4
with:
node-version: '20.10.0'
cache: 'pnpm'
- name: Install
run: npm i -g pnpm && pnpm i
run: pnpm i
- name: test coverage
run: pnpm run coverage
- name: Upload coverage reports to Codecov
Expand Down

0 comments on commit 947f6c6

Please sign in to comment.