Skip to content

Commit

Permalink
chore(ci): upgrade web integration tests to pnpm@8
Browse files Browse the repository at this point in the history
  • Loading branch information
feugy committed Oct 14, 2023
1 parent 234b7cb commit 0dac733
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,6 @@ jobs:

- name: Intall Pnpm
uses: pnpm/action-setup@v2
with:
version: 7

- name: Set Node.js up
uses: actions/setup-node@v3
Expand Down Expand Up @@ -241,4 +239,4 @@ jobs:
uses: codacy/codacy-coverage-reporter-action@master
with:
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
coverage-reports: apps/cli/coverage/clover.xml
coverage-reports: apps/games/coverage/clover.xml

0 comments on commit 0dac733

Please sign in to comment.