Skip to content

Commit

Permalink
Update pnpm action setup in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-gordon committed Jul 27, 2024
1 parent b6845f6 commit 3af1270
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,11 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: "lts/*" # Use the latest LTS version
- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v4
with:
version: 8.6.0
run_install: true
- name: Lint
run: pnpm -F graph-selector lint:ci
- name: Run Tests
run: pnpm test
# - name: Upload Coverage
# uses: codecov/codecov-action@v3
# with:
# root_dir: ./graph-selector # optional (default = .)
# fail_ci_if_error: false # optional (default = false)
# verbose: true # optional (default = false)
# token: ${{ secrets.CODECOV_TOKEN }} # optional

0 comments on commit 3af1270

Please sign in to comment.