Skip to content

Commit

Permalink
Update test action
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-gordon committed Jul 27, 2024
1 parent 8e1964e commit b6845f6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16.17.0
- uses: pnpm/action-setup@v2.2.2
node-version: "lts/*" # Use the latest LTS version
- uses: pnpm/action-setup@v2.2.4
with:
version: 8.4.0
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@v2
# uses: codecov/codecov-action@v3
# with:
# root_dir: ./graph-selector # optional (default = .)
# fail_ci_if_error: false # optional (default = false)
Expand Down

0 comments on commit b6845f6

Please sign in to comment.