Skip to content

Commit

Permalink
fixing action
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelsideguide committed Feb 27, 2024
1 parent 2f95800 commit 3028d8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
- name: Install pnpm
run: npm install -g pnpm
- name: Install Dependencies
run: pnpm install
- name: Run Tests
Expand Down

0 comments on commit 3028d8d

Please sign in to comment.